How can I implement validation in different-2 methods of dispatchaction struts 1.2 framework
How can I implement validation in different-2 methods of dispatchaction struts 1.2 framework
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Specify two different action mappings for this particular dispatch action class. For each mapping you may specify a different validation setting.
Note that the same class declares two different action forms named “someForm” and “anotherForm”. This way you can specify two different validations set.