Creating a page selector with JSP/JSTL
Posted
by
zakSyed
on Stack Overflow
See other posts from Stack Overflow
or by zakSyed
Published on 2012-10-09T14:45:07Z
Indexed on
2012/10/09
21:38 UTC
Read the original article
Hit count: 145
I am working on a project where I am required to build a page somewhat similar to the one you see when you visit a website like blockbuster. When you click on browse more you are taken to a page with a bar on top with different page numbers and a drop down to select the number of pages you want to view on that page. I want to include a feature like that on my page but I am not sure where to start. In my page I have list of 200 items which I want to display page by page. I was suggested to use custom tags, but is there a more simpler or efficient way to create that functionality. My web application uses Spring MVC framework and is coded entirely in Java. Any suggestions will be appreciated.
© Stack Overflow or respective owner