This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
how to do a Pagination like "Page:1 2 3 4 5 6 " in a jsp?
Giulietta Blumarine
Ranch Hand
Joined: Dec 03, 2004
Posts: 59
posted
0
I have the following code in struts: <table> <logic:iterate id="PaginationDTO" name=list"> <tr><td><bean:write name="PaginationDTO" property="name"/></td></tr> <tr>><td><bean:write name="PaginationDTO" property="surname"/></td></tr> <logic:iterate>
This code shows a table with as many record as the DTO in the collection.