How to loop through embedded pagelist in HTML
Hi,
I have a pagelist structure as below in my application and I want to loop through each of it in HTML rule. I am able to do it successfully for the outer pagelist - Manager. But not able to loop through Reportee pagelist. Can anyone please provide solution for it as soon as possible. Currently I am using <pega:forEach name=".Reportee"> within <pega:forEach name="pyWorkPage.Manager"> but not working. No errors thrown; but no values are displayed in PDF for Reportee details.
Manager(1)
Reportee(1)
Reportee(2)....
Manager(2)
Reportee(1)..