What are the steps used to setup dispatch action?
No Answer is Posted For this Question
Be the First to Post Answer
What is the naming convention for a resource bundle file in struts2?
What do you mean by tiles in struts?
What is the purpose of @requiredstringvalidator annotation?
Does apache tomcat use struts?
Why are springs better than struts?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the design role played by struts?
How to handle exceptions in structs?
what are the actions in struts?
What is the purpose of action tag in struts.xml?
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.
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?