Hi,
I am trying to display pagelist results in the correspondance rule.But the header is repeating multiple times .I am unable to apply for forEach JSP tag to body .Does any one have suggestions?
Thanks,
Rashmitha
Hi,
I am trying to display pagelist results in the correspondance rule.But the header is repeating multiple times .I am unable to apply for forEach JSP tag to body .Does any one have suggestions?
Thanks,
Rashmitha
Hi @RashmithaM
Assuming Paragraph rule embedded in the correspondence. I think your HTML code contains the header itself in a repeatable format.
Try to keep all the header values in one td under one tr and then the property references in another td under another tr.
Please refer to the screenshot below.
Remember how many headers you give in the td, that many property references you have to give, otherwise it shows empty cells in the table.
Let me know, if you have any issues after using the code.
Thanks,
Lakshman.
@LakshmanKumarThota Thanks Lakshman .I tried same code in correspondance rule but did not work .The same worked in paragraph rule .Do you know why ? Even though I save the rule with for each loop source code ,the system was removing the code for row and saving it as out of the table source code .
Hi @RashmithaM,
Can you please share any attachments or screenshots what exactly you did?
Whenever there is a need to display the page list results in correspondence, PDF, and Word documents I prefer to use paragraphs with same code. why because we can make adjustments as per requirement.
Thanks,
Lakshman.