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
What are the contents on web.xml in struts application ?
What is request processor and how does it relates to action mapping?
What does apache struts do?
How long do struts last?
What do you mean by actionservlet?
What are action errors?
What is role of action class?
What is the purpose of @beforeresult annotation?
Why is action servlet a singleton in struts?
What is container struts2?
What are struts in java?
How many servlet controllers are used in a Struts Application?
How tag libraries are defined in Struts?
What are the cons of struts 2?
Can you explain custom tag?