Posted By:
amit_sutar
Posted On:
Thursday, December 28, 2006 05:23 AM
Hi All,
I am using a struts application.
When a form is shown on UI and submitted by user some action is specified for that.
When user presses browser's back/refresh button same form data get submitted and same action takes place.
My question is how to avoid resubmission of form data after pressing back/refresh button ?
Can it be done using Java programming concept?
Amit