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 is the purpose of global-forwards tag in struct-config.xml?
What is the use of namespace in action mapping in Struts2?
How can forward action be used to restrict a strut application to mvc?
What are the benefits of Interceptors in Struts2?
Explain the life cycle of a request in struct2 application?
What is Struts2?
What is token used for?
What is the difference between plain-validator and field-validator?
How action-mapping tag is used for request forwarding in struts configuration file?
Explain architecture of struts2?
Difference between html tags and struts specific html tags
What is includeaction?
What are action classes in struts?
What design patterns are used in struts?
Give an example where struts tiles may be used?