Visit the below link for an example on paging using struts http://www.javanovic.com/articles/paging.html
Regards, Divakar > -----Original Message----- > From: Heligon Sandra [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 3:15 PM > To: '[EMAIL PROTECTED]' > Subject: Search example of JSP pager tag with table/logic:iterate > tags > Importance: High > > > I am searching an example of pagination with table/logic:iterate > tags. > I read the documentation about JSP pager tag > (http://jsptags.com/tags/navigation/pager/) > but I don't understand well how use it with my JSP: > > <table width="100%" border="1" cellpadding="0" cellspacing="0" > bordercolor="#FFFFFF"> > > <%-- Title for the columns of the table --%> > <tr bgcolor="#FFCC00"> > <th align=left><bean:message key="status.id"/></th> > <th align=left><bean:message key="status.service"/></th> > </tr> > > <%-- List of calls --%> > <logic:iterate id="myCollectionElement" name="list" > type="com.compagny.call"> > <tr bgcolor="#CCCCCC"> > <td> > <html:link href="id.do"> > <bean:write name="myCollectionElement" property="id"/> > </html:link> > </td> > > <td> > <bean:write name="myCollectionElement" property="service"/> > </td> > </tr> > </logic:iterate> > </table> > > Has someone an exemple of JSP pager tag with Struts? > Thanks for your help in advance, > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > DISCLAIMER: Information contained and transmitted by this E-MAIL is proprietary to Mascot Systems Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at [EMAIL PROTECTED] Before opening attachments, please scan for viruses. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>