Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DisplayTag and Struts

Status
Not open for further replies.

dahagama

Programmer
Feb 8, 2005
1
US
Can anyone please tell me how do i achive this in displaytag for pagination

<logic:present name="suppltopics">

<logic:iterate id="topics" name="suppltopics">
<bean:write name="topics" property="AttributeValue(PGD-TOPIC-NAME)"/>
<br>
<logic:iterate id="paras" name="topics" property="childs">
<bean:write name="paras" property="AttributeValue(PGD-PARAGRAPH-NAME)" /><br>

</logic:iterate>
</logic:iterate>

</logic:present>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top