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 @keyproperty annotation annotation?
What are the action classes in struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is the purpose of action-mappings tag in struct-config.xml?
Why use spring, if you are already using struts?
Which design pattern is implemented by Struts2 interceptors?
What is struts2 framework?
How to use forward action to restrict a strut application to mvc?
What are the classes used in struts?
What is struts-default package and what are it’s benefits?
What is Custom Type Converter in Struts2?
What is lookupdispatchaction?
How an actionform bean is created?
What are the benefits of Interceptors in Struts2?
Is there a particularly good ide to use with struts?