who will run the execute method in struts?
Answer Posted / praveen reddy.e
RequestProcessor will run the execute() in struts for that
RequestProcessor use a method called processActionPerform().
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of forwardaction?
What are the some useful annotations introduced in struts2?
Can you explain value stack?
What is spring hibernate and struts in java?
Why we use struts over servlets?
How does struts work?
What is the purpose of struct-config.xml in struct2?
What is the life cycle of actionform?
What is the purpose of struts.xml in struct2?
Explain the difference between jakarta struts and apache struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
How to work with error tags?
What do you mean by dynaactionform?
Is struts compatible with other java technologies?
How you will display validation fail errors on jsp page?