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 is the purpose of form-beans tag in struct-config.xml?
How is the action mapping specified?
How you will make available any message resources definitions file to the struts framework environment?
What is the flow of requests in struts based applications?
Give an alternative way to protect jsp’s with not much features from direct access.
Where should struts xml be placed?
What is difference between interceptors and filters?
Which technologies can be used at view layer in struts?
What is ValueStack and OGNL?
What does validation interceptor?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Explain about the validation steps which have to be carried during validation of client-side address?
Why use struts framework in java?
What is the purpose of @conversion?
What is token used for?