I'm about to embark on writting some logic on a JSP page to traverse a resultset but I want the page to have a "dynamically" created link at the bottom of the resultset that will be:
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 Where each page is a "link" that will cause the next-10 or prev-10 rows from a resultset bean to be displayed. So I am basically controlling the result page to contain no more than 10 rows but the user can go back and forward.... Does anyone have an example of how to do this using JSP/Struts? I could not find one in the Apache examples but perhaps I did not look close enough? thanks, Theron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

