who will run the execute method in struts?
Answer Posted / srivani
Action Servelet bcos the main logic we will write in action
servlet, and also it controls the business logic.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the steps used to setup dispatch action?
Explain the life cycle of a request in struct2 application?
What is package name in struts xml?
What is the purpose of @conversion?
How we can install struts?
What is meant by custom tags?
What are the contents on web.xml in struts application ?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Which model components are supported by Struts?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is the purpose of '@customvalidator'?
Why do we need mapdispatchtoprops?
What is struts2 in java?
What is the purpose of form-be tag in struct-config.xml?
Where should struts xml be placed?