What are the features of struts?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of constant tag in struts.xml?
How can we handle exceptions thrown by application in Struts2?
When do I need “struts.jar” on my classpath?
Explain the core end goal while using java struts?
What is the actionform?
What is the default suffix for struts2 action uri ?
At the point, you should go for struts framework?
Explain about struts dispatch action?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the loop holes of struts?
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 we can controlled duplicate form submission in struts?