displaying data
Hi,
I have a jsp page that retrieves data from mySQL database and displays them all together through a servlet. The problem is that when the data are too many, e.g. hundreds or thousands, the page grows too big. I want to display them like ten in the first page, ten in the second page and so forth so on.
How can I achieve that?

