12345678910



Question 1: If validate="true" in struts-config.xml action tag then what is the sequence of execution?
1. Validate() method of ActionForm, if error return to error.jsp
2. Validate() method of ActionForm, execute() of Action, if error return to jsp mentioned in input tag.
3. Validate() method of ActionForm, if error return to jsp mentioned in input tag.
4. None of the above