who will run the execute method in struts?
Answer Posted / raghavendra
ActionServlet is nothing but the struts framework.
The ActionServlet cretaes the formbean object and if
required creates the action class and calls the validate
method(if validate = true in struts-config.xml).
If any errors returned by validate method, it forwards the
request to the resourse specified in input attribute.
If no errors returned by validate method,struts execute the
execute method.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
In how many ways duplicate form submission can occurs?
What is struts xml?
Explain how can we upload files in struts2 application?
What are the various struts tag libraries?
What is controller in struts ?
Does apache tomcat use struts?
What steps are required to for an application migration from Struts1 to Struts2?
What is the purpose of @results annotation?
What does apache struts do?
what is meant by Struts Validator Framework?
What is the purpose of struts.properties in struct2?
What is the purpose of @key annotation annotation?
Are actions thread safe?
What is the difference between filters and interceptors ?
What is defeult result type?