I have an ArrayList contain data return from database. The list already sorted. I want to walk thru this list and display 10 record per page with NEXT , PREVIOUS link.
the code in using
JSP embedded with
JAVA scriplet <% %>, so there is no special taglib.
I have search thru the posts but could not find good sample code. Can any one please help with this. Thank in advance
Many thanks in advance.
