Prefetch is not used when from a WebEngine template you do:
${doc.schema_name.property_name}
The culprit is DefaultDocumentView.get() which directly uses the DocumentPart and does not check prefetch.
- is required by
-
NXP-7646 SchemaTemplate thrown NPE while fetching
- Resolved