Hi,
I have 5 TABS in my web application which represents 5
Jsp's
Whenever a user clicks on a tab a new Jsp is o/p on to the screen. In each Jsp am calling a bean to get data from the database for presentation purpose.
The user can randomly click on any tab and enter some parameters in the text box and select an option from a drop down list.
Each Jsp has about 2 drop downlists and textareas where the user will enter some data.
Whenever the user goes back to different tab the page should remember what he is selected before.
For ex If he is selected option1 in a dropdownlist in page1 of Tab1 and goes to tab2 and comes back to tab1.
The page should remeber what selections he made.
I would like to get ideas on how to implement this from u all.
Regards
Mahesh