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

What is the purpose of execute method of action class?

568


Can we have multiple struts config files ?

543


Describe the two types of formbeans.

583


What is the use of token interceptor in Struts2?

623


How can we display all validation errors to user on jsp page?

653






What do you mean by action errors and what are the results they force?

580


When should be opt for struts framework?

578


How is the action mapping specified?

556


What is action chaining ?

642


What does the term struts mean?

561


Explain struts?

559


Explain architecture of struts2?

588


What is the purpose of @key?

583


What is Custom Type Converter in Struts2?

630


Which file is used by controller to get mapping information for request routing?

539