I have a JSP page which displays records from Database. I have pagination in the displayed records. After the display there are two buttons " Search" and "Back". now Im seeing that whenever there are multiple pages in the display the "Search" button is not working while for single page display it is working properly.
Where might be the problem? Is it anything in the SQL queries or in the pagination or in the functionality of the button?
Pls advice.