Question - How duplicate form submission can be controlled in Struts? 
          
        
        Answer - 
        
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.