I have a
jsp page which shows customer information . As the number of records can be numerous we have implemented pagination (20 records on a page) . So user can hit on first next ,last , previous . now on each row in the customer record I have a drop down(combo box) . Now what I want is that when user selects something in the combo box and navigates to the next page and then comes back he should get all the selected values in place . How do I maintain these information on the
servlet. can smbody propose some method of doing this..