| Author |
remeber input values
|
Fernando Dominguez
Ranch Hand
Joined: Sep 01, 2006
Posts: 93
|
|
Hello I would like to show the values submitted in the form when I do a history.back All properties are declared in struts-config in fact I process all the form in the action correctly. When I do a history.back() some properties are reminded but no all. I only can make an history.back I can redirec to to another action. Why are some prepoerties reminded are not all. Note all form properties reminded are selects but not all selects are reminded. Thanks
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
My advice is to stop using history.back() in your applications, as it's simply not a good practice The results of it may be different on different browsers depending on how they handle caching. I'd suggest that you create an action that gets the values from the database and forward or redirect to that action.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: remeber input values
|
|
|