- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I have a
Members Nodelist with PersonalInfo, EmploymentInfo, IncomeSources etc..
like
<Application>
<Member>
<PersonalInfo>
<Name>New Designer 707</Name>
......
</PersonalInfo>
<EmploymentInfo>
<Position>Developer</Position>
<StartDate>....</StartDate>
.......
</EmploymentInfo>
...........................
...........................
</Member>
<Member>
<PersonalInfo>
<Name>New Designer 707</Name>
......
</PersonalInfo>
<EmploymentInfo>
<Position>Developer</Position>
<StartDate>....</StartDate>
.......
</EmploymentInfo>
...........................
...........................
</Member>
</Application>
In designer first page I have to show the personal info of all members (I am using subform in subform to repeat for all members)
Then I have few static no-repeat data pages.
Now in the next page I need to show the employment info of all members (I am using subform in subform to repeat for all members)
Here it is not showing any data. If I remove the first member element iteration, then it will show. Seems like I cant iterate multiple times over the same nodelist.
Could anybody please help me to solve this issue?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes