Why use spring, if you are already using struts?
No Answer is Posted For this Question
Be the First to Post Answer
If the framework doesn’t do what I want, can I request that a feature be added?
In which order struts framework searches for a message bundle?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is container struts2?
What is action servlet in struts?
how to write uploadphoto in the insert update delete using struts? write code struts and jsp jdbc
what is use of assert keyword in java..?
What steps are required to for an application migration from Struts1 to Struts2?
Explain about the validation steps which have to be carried during validation of client-side address?
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 is the purpose of @conversionerrorfieldvalidator annotation?
What is role of action class?