-
How to reset a html:form after submit (1 messages)
- Posted by: arulraj murugesan
- Posted on: April 16 2009 02:00 EDT
hi, in struts html:form tag after got redirect when i referesh the page it will insert pervious form value to the database how to overcome this proplemThreaded Messages (1)
- Token field by Daniel Park on August 06 2009 12:24 EDT
-
Token field[ Go to top ]
- Posted by: Daniel Park
- Posted on: August 06 2009 12:24 EDT
- in response to arulraj murugesan
you can use the token field in the struts2 framework to avoid this issue. under the struts1 environment, you can manully insert a token field in the form, and match the random string in the session scope, thus, if you resend the form data, you can distinguish the outdated form data. good luck!