Way to Prevent Duplicate Request from Form:
Here is the common and widely used mechanism used to preventing duplication form submission from a j2ee application. Ie, disabling the submit button during on click event. Example here is ICICI bank Internet banking application.
Though this is simple and a reasonable approach if we have a single submit button within a form, this may not work if we have more than one submit buttons in a form.
Are you looking for any other simple strategy to prevent duplication form submission from client side? Follow the next blog.
Cheers,
No comments:
Post a Comment