posted 17 years ago
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?