who will run the execute method in struts?
Answer Posted / sunny goyal
The RequestProcessor instantiates the Action class
specified in the ActionMapping (struts-config.xml) and
invokes the execute() method on the Action instance
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How tag libraries are defined in Struts?
When do I need “struts.jar” on my classpath?
What is the use of web xml in struts2?
How to convert struts to spring mvc?
What are the core classes of the struts framework?
What is java struts?
What do you mean by action errors and what are the results they force?
What is the purpose of @results annotation?
What is controller in struts2?
What’s the difference between struts and turbine?
What is the difference between validation.xml and validator-rules.xml files in struts?
What are the different kinds of actions in struts?
Explain about token feature in struts?
Does apache struts run on windows?
Can you explain value stack?