paginating results on jsps
I am building a struts application that passes results from a database query to a JSP using a List object in a bean. The thing is that there are likely to be lota and lots of results however I wish to display only 10 results per page. Can someone advise me on how I can achieve pagination on JSPs
Thanks

