How is declarative handling of exceptions done in struts ?
No Answer is Posted For this Question
Be the First to Post Answer
How is the action mapping specified?
What’s the utilization of struts.xml configuration file?
What is defeult result type?
Do we need to pay the struts if being used in commercial purpose?
Explain how can we upload files in struts2 application?
What are the struts2 error message keys that can come during file uploading process?
why we are using vo,dao and dto design patterns in struts framework
What is value stack?
What are action errors and error and what are the consequences they impose?
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 @results?
How interceptor works in struts 2?