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
How an actionform bean is created?
Does apache struts run on windows?
What is the purpose of @before?
What’s the utilization of struts.xml configuration file?
What is the use of jsonvalidation?
Explain the core end goal while using java struts?
What is struts framework?
Is Struts Framework part of J2EE?
Can explain about the validations and in your project where did u used the validations?
How interceptor works in struts 2?
How to override the default error message that can come during file uploading process?
How is the mvc design pattern used in struts framework?
Difference between html tags and struts specific html tags
Explain about struts?
Where should struts xml be placed?