who will run the execute method in struts?
Answer Posted / sudhir
An Action is an adapter between the contents of an incoming
HTTP request and the corresponding business logic that
should be executed to process this request. The controller
(RequestProcessor) will select an appropriate Action for
each request, create an instance (if necessary), and call
the execute method.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are action errors?
What is the purpose of @after?
What is the purpose of @results annotation?
What is the purpose of execute() method?
Name some of the features of struts2?
List some bundled validators?
How does struts2 token work?
Explain integrate log4j in struts2 application?
How to get data from the velocity page in a action class?
How action mapping is configured in Struts?
How do u provide security to ur project?(Banking domain project)
What is the default suffix for struts2 action uri ?
How do I access token?
how to develop the submit and search operations in single jsp using struts?
Can a reducer dispatch an action?