How to retain request parameter values.......
Hi All
I am not able to find the solution of the following problem :
I have to buttons on a jsp page, one is working as back button and other is working as a next button, According to their name , when we click on these buttons they are retrieving records from the database(by sending new request to action class each time they click).
My problem is when i reach on the last record by traversing all records ,
and i click the next button again , i need to go on the first record .
But i m not finding any way to do this. bcz i m not able to retaining the url for
very first record as a new request is being made on each clickg so no way to keep the first record's url.
Any body has any idea please help me.
Thanx and regards.
Khush

