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