Can anyone please tell me how do i achive this in displaytag for pagination
<logicresent 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>
</logicresent>
<logicresent 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>
</logicresent>