How to come back to form without reset the values?
问题 I have a web application that is made with Java+Struts. There is a form that when is submited it executes an Action that shows the results of the search. Since here, all ok. What I need is to put a link in the results page to come back to the form without erasing the search parameters. I've put a link that goes back to the form page, but allways erase the search parameters. I've thinking about saving and restoring this parameters to the java session, or adding the parameters to the url (like: