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
Lists the bundled validators in struts?
What are interceptors in struts 2?
How do I access token?
Which model components are supported by Struts?
What is difference between struts1 and struts2?
What is interceptor? And life cycle methods of interceptor?
What is role of actionservlet?
Which interceptor is responsible for file upload support?
What is the purpose of @validations annotation?
What is the purpose of form-be tag in struct-config.xml?
How we can install struts?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What is the purpose of @key?
What is the purpose of struct-config.xml in struct2?
Can we have more than one struts-config.xml file for a single struts application?