Hi,
I have a requirement where i need to fetch a group of datas from database and display them in the form of table in
jsp.
I have to display them in such a way that I need to display first ten of them in a page and I have to give page nos like 1,2,3... under the page.
Suppose if user clicks on 1 first ten datas will be displayed. If user clicks 2 next ten datas will be displayed and so on.
These page numbers must be invoked dynamically.
(Just like in our google search results page)
I'm able to achieve in displaying first ten datas. How to display the remaining???
My code snippet is:
My
java function is
My JSP code is:
Can anyone help me???
Thanks in advance...