i need pagination concept to display 15 records. this is my jsp file.
<% ArrayList al = new ArrayList(); %> <%!String s; int i;%> <
I am using Display Tag Library and it does everything by fly. Just pass the list into the display:table property and display tag will take care of the rest. You can also use EL with it. It is easy to use and also maintainable.
Display Tag Library