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 is filter dispatcher in struts?
multiple instances for action class is it possible
What are the life cycle methods of interceptor?
What are result types in struts?
Who wrote struts?
What is the purpose of @typeconversion annotation annotation?
What is apache struts framework?
Explain about tiles?
Are struts still used?
What is apache struts used for?
What does params interceptor?
What is the purpose of redirect result type?