Hi,

To help me, please follow these instructions :

Launch the struts exemple.

go to : struts-example/editRegistration.do?action=Edit. I will call this
page the dashboard.

Then, add a new url and save it. You will be back to the dashboard.
If you decide to refresh the page, your browser will say something like :
"data missing for form ...". What's the problem ?
The URL is no more "struts-example/editRegistration.do?action=Edit" but
"struts-example/saveSubscription.do". If you refresh the page, the url
called needs form data which aren't present.

More over, this problem appears after all management operation (create,
update, delete). No more refresh is available !

Is there a solution ? Can i specify a 'redirect' tag instead of 'forward'
tag in the struts-config.xml (in order to have the right url :
editRegistration.do)?

Vincent



Reply via email to