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
What is token used for?
What is the design role played by struts?
What is the purpose of @emailvalidator annotation?
What is the difference between empty default namespace and root namespace?
What are Struts2 core components?
What are inner class and anonymous class?
How to build struts application in eclipse?
What are the some useful annotations introduced in struts2?
Do I have to credit struts on my own website?
Give an alternative way to protect jsp’s with not much features from direct access.
Describe the mvc on struts?
What are the various struts tag libraries?
What is jakarta struts framework?
Why is it called struts?
How struts 2 validation works?