1.

How we can controlled duplicate form submission in Struts?

Answer»

DUPLICATE form submission can occur when you by refresh the page, PRESS back button, or if there is a virus in your machine.

There are 2 ways to prevent duplicate REQUESTS:

  • Through isTokenValid() method
  • By managing clearing REQUEST object.


Discussion

No Comment Found