What are different ways to create Action classes in Struts2?
No Answer is Posted For this Question
Be the First to Post Answer
What is http redirect?
explain the Struts flow?
What is the difference between validation.xml and validator-rules.xml files in struts?
What do struts do?
How display data base errors on web console by using the Struts Framework?
For a single Struts application, can we have multiple struts-config.xml files?
What is execute method in struts?
What is dispatchaction?
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.
What are action errors and error?
How many struts config file can be created in struts?
What is struts2 namespace?