who will run the execute method in struts?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ram
userdifined action class excutemethod is ovrride funtionality of ation class implement in excute method
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srivani
Action Servelet bcos the main logic we will write in action
servlet, and also it controls the business logic.
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / shanmugaraj
ActionServlet will run the execute method in struts
| Is This Answer Correct ? | 0 Yes | 9 No |
What do you mean by tiles in struts?
How can we display validation errors on jsp page?
Does apache tomcat use struts?
What is struts.devmode?
What are action classes in struts?
How can we display all validation errors to user on jsp page?
how you provide security in your banking project
How struts 2 validation works?
Explain the necessity of empty tag?
What do you mean by dynaactionform?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What is Struts Frame Work Architecture(With Diagram) ?