aspose file tools
The moose likes Struts and the fly likes prevent double submission Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "prevent double submission" Watch "prevent double submission" New topic
Author

prevent double submission

lynn fann
Ranch Hand

Joined: Oct 15, 2006
Posts: 115
How can i prevent double submission?

the flow:
listing.jsp -> moveIndex action -> listing.jsp

There is no form in the listing.jsp, is just by clicking 1 icon,and it will trigger the action. Without the form, i cannot capture the token for validation.

Any other way get the token and validate OR other possible way to prevent the dobule submission?
 
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: prevent double submission
 
Similar Threads
Query on Token Interceptor
Refresh Problem
Refreshing a page calls previous action
Struts 2: Forms with multiple submit buttons - Best Practice?
Instead of token is any other way to stop duuplicate frm submssion in strut2.