Can we have more than one struts-config.xml file for a single struts application?
No Answer is Posted For this Question
Be the First to Post Answer
What is token used for?
What is the purpose of @doublerangefieldvalidator?
What are the important methods of actionform?
how handle when client send multiple request at atime for multiple servlets servlets?
What is the use of token interceptor in Struts2?
What is the purpose of dispatcher result type?
Can we write our own ActionServlet for front controller of Struts Applications?
What are the features of struts 2?
What is MVC Architecture?
21 Answers HCL, Hexaware, Infosys, Infrascape, Tech Mahindra,
Can we have different controllers in one struts app?
What is the use of execAndWait interceptor?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.