Mahendra.Singh
05-15-2008, 02:10 PM
hi
I am developing an application in struts.I have a dropdown box in a jsp page named as "first.jsp"which is retirieving data from database and some text fields in which some data is entered.After submiting it it goes on another JSP page named as "second.jsp".Now from "second.jsp". if I Click on browser's Back Button then the data of first.jsp is reloaded(again it fatches the values from database).I want that the data I Selected in dropdown box previously should remain selected.
I am developing an application in struts.I have a dropdown box in a jsp page named as "first.jsp"which is retirieving data from database and some text fields in which some data is entered.After submiting it it goes on another JSP page named as "second.jsp".Now from "second.jsp". if I Click on browser's Back Button then the data of first.jsp is reloaded(again it fatches the values from database).I want that the data I Selected in dropdown box previously should remain selected.