Hi all,
I want some inputs from you on the following issue.
I have two drop downs on a jsp page.On the selection of the first drop down the page will get refreshed and the second combo box will be loaded regarding the selection of the first drop down.
Now, everything is going fine except when the page get refreshed after selecting the first combo box the selected option of the first combo box is lost and changed to the default selected option "Please select".
All I want to know is that how can I maintain session to retain the selected option of the first combo box after the page gets refreshed.