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 |
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
What helpers in the form of jsp pages are provided in struts framework?
In how many ways duplicate form submission can occurs?
Wat is Difference between Mvc1 architecture and Mvc2 Architecture?
21 Answers HCL, IBM, Sanyaa Infotech,
explain the struts-configuration file?
What are Struts2 core components?
State an example of struts configuration file as an action parameter for action servlet.
What is spring and struts in java?
What are the important methods of actionform?
Explain how can we upload files in struts2 application?
What is a custom tag?
What types of Actions we have in Struts?