Question
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
Hi
I am not sure about the entire design , but what I understand from the example is you are trying to show a property pyWorkPage.EntityIdentifier but it is not getting displayed inside a section .
Are you getting any js error on screen ?
Also can you run fiddler and check the request response while rendering the section .
Finally, in the section where you are trying to refer it, have you specified pyWorkPage under the pages and classes tab ?