What is the purpose of @conversion?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is the default suffix for struts2 action uri ?
What is the different actions available in struts?
Explain about tiles?
What does it cost to replace struts?
What is the purpose of action tag in struts.xml?
What steps are required to for an application migration from Struts1 to Struts2?
why we are not implement business logic in struts action?
What is actioninvocation?
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.
How the exceptions are handled in struts?
What are result types in struts?