I want to add previous and next page link on my jsp. To be clear to you, see this picture
I load 4 books on my container div, and there are five in database, so when user click on 'next page' it need to load that fifth book. It need to work with 10,20, or more books, so I need solution that will work 100%.
I will appreciate if a solution is not too comlicated. :) Thanks in advance, and sorry for my bad english. And one more thing, I work with Java EE
tehnology, and using mvc model
.