aspose file tools
The moose likes Struts and the fly likes Remember Form values in Redirect Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Remember Form values in Redirect" Watch "Remember Form values in Redirect" New topic
Author

Remember Form values in Redirect

Andy WongK
Greenhorn

Joined: Jun 27, 2005
Posts: 3
I've a Struts signup form which includes First Name, Last Name, Address, etc... and also several hyperlinks which will redirect the user to another page. When the customer fills out the first name, then click on the hyperlink. It will redirect to Page 2. On page 2, the customer click back to go back to the Signup page. My question is now all the data that the customer enters in the Signup Page is gone since it is a redirect, Struts won't save the data to the Struts form yet. This also happens on any radio buttons/checkboxes.

Is there a solution for the above problem?

Thanks,
Andy
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Remember Form values in Redirect
 
Similar Threads
Struts-Forward back to original page
Help:client validation on struts multi-page
Saving user enter values in a form
Struts2 Action Mapping Problem - No configuration found for the specified action
Struts & Tiles frame work issue