Discussion
Coforge - DPA Pvt. Ltd. (Incessant Technologies Pvt. Ltd)
CA
Last activity: 6 Apr 2018 19:26 EDT
Syntax error while displaying layout with dynamic id element
System has been upgraded from PEGA 5.5 to PEGA 7 ML8.
We have been using the below code to generate the layout id in layouts id cell:
"shadedLayout<pega:reference name='Param.rowType'/>"
After the upgrade, when testing the application - it is displaying an extra symbols "'>" for every layout used in the screen.
Every screen is containing the symbols '> at start of the layouts and then displaying the layout elements.
Below is the generated java code for the above configuration made in the layouts id cell:
public void layoutBody_1() {
tools
.appendString("<table role='presentation' "
+ pzSection.getLayout().getInspectorData("TEMPLATE",
"RH_1.pySections(6)")
+ " section_index='6' cellpadding='0' cellspacing='0' ID='shadedLayout<pega:reference name='Param.rowType'/>'>");
Can anyone suggest how the issue can be fixed.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.