ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How duplicate form submission can be controlled in Struts?

In Struts, action class provides two important methods which can be used to avoid duplicate form submissions.

saveToken() method of action class generates a unique token and saves it in the user’s session. isTokenValid() method is used then used to check uniqueness of tokens.

Related Posts Plugin for WordPress, Blogger...
Flag Counter