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 |
Can you explain the directory structure for a struts folder in brief ?
What is struts xml?
How to upload struts file?
Do we need to pay the struts if being used in commercial purpose?
Which technologies can be used at view layer in struts?
What is the purpose of @doublerangefieldvalidator annotation?
what is the purpose of load_on_startup entry in struts- config.xml?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the cons of struts 2?
What is the differences between struts1 and struts2?
What is struts2 in java?
What steps are required to for an application migration from Struts1 to Struts2?