Hai All, In my application am using Struts1.2.9.I have a form in that i have multiple buttons like save,continue,Cancel. For this am using DispatchAction class to handle sve & continue.but when i clicked Cancel am geting following ERROR. Please help me out in how to handle cancel events in appliation where am using DispatchAction class
In Struts 1.2.9 and above, you must specify cancellable="true" in the action mapping in your struts-config.xml file if you used the cancel button. Since cancel causes validation not to be performed, it's a security issue.