How do I get embedded property references to resolve?
I have a property reference embedded inside HTML, which is placed inside another property. When I display the property in a Rich Text editor control, or a section, the embedded property reference is not resolved. The embedded property is using a custom control to format its result. If I place the property reference outside the other property, it resolves correctly.
Any ideas?
<center><pega:reference name=".EditText" mode="literal"/></center> -- This is the 'parent' property.
<center><pega:reference name="pyWorkPage.EntityIdentifier" /></center> -- This is the 'child' property. When it is embedded in the EditText property, it does not render. When it is standalone like this, it does render.
Message was edited by: Marissa Rogers - Added Category, moved from Mesh Help