how to show 10 records from database per page in jsp like 1 2 3 .. pages in this forum
Shawn Bayern
Author
Ranch Hand
Joined: May 06, 2002
Posts: 160
posted
0
Originally posted by prathmesh madgulkar: how to show 10 records from database per page in jsp like 1 2 3 .. pages in this forum
Using JSTL, you can use the 'begin' and 'end' attributes of the <c:forEach> tag to scroll among the results from a database query. I have an example that demonstrates this technique in detail in chapter 5 of JSTL in Action.
Shawn Bayern<br />"JSTL in Action" <a href="http://www.jstlbook.com" target="_blank" rel="nofollow">http://www.jstlbook.com</a>