How to show 10 records per page?

I have followed MVC framework in my application.Iam using JSTL in jsp pages for the presentation.I want to know is there any particular way to display a certain no. of records per page?

[192 byte] By [Vinodbhai@suna] at [2007-11-27 10:46:51]
# 1

the simple answer is: write the logic to do so. An ORM package like Hibernate has built in support for it and there are other APIs out there that can help you. Look for "jsp pagination" using google. An example I found was:

http://www.javaworld.com/javaworld/jw-07-2004/jw-0726-pagination.html

but there are other APIs.

gimbal2a at 2007-7-28 20:21:18 > top of Java-index,Java Essentials,Java Programming...