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


Please Help Members By Posting Answers For Below Questions

How to explain Software Bank Loan descriptions

1901


What are the components of struts?

557


What are the core classes of the struts framework?

514


What is actionform in struts?

483


For a single Struts application, can we have multiple struts-config.xml files?

585






What are the main classes which are used in struts application?

499


How the exceptions are handled in struts?

531


What is the purpose of @result annotation?

622


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

558


What is difference between lookupdispatchaction and dispatchaction?

631


What are the sections into which a strut configuration file can be divided?

554


Why is it called struts?

535


What are different Struts2 tags? How can we use them?

572


How to use forward action to restrict a strut application to mvc?

594


What are the Core classes of Struts Framework?

585