What is the purpose of @result annotation?
No Answer is Posted For this Question
Be the First to Post Answer
What are interceptors in struts 2?
What is execute method in struts?
shall we use any name for deployment descriptor of struts instead of struts-config.xml
How to handle exceptions in structs?
What are the life cycle methods of interceptor?
Which parser is used in Struts to parse the Structconfig.xml file.
Hai all.What is the use of <logic:iterate>tag in struts application.
what is difference between <bean:write> and <bean: message> tag
What is switchaction?
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.
multiple instances for action class is it possible
What is the use of web xml in struts2?