Which servlet does the struts framework use?
No Answer is Posted For this Question
Be the First to Post Answer
What are the some useful annotations introduced in struts2?
what is the purpose of load_on_startup entry in struts- config.xml?
Which model components are supported by Struts?
What is the use of struts?
What is Struts2?
What do you know about validation plugin ?
How is the action mapping specified?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
why do we typecast ActionForm into out plain java bean class in Action class?
Difference between struts and spring? Or why use spring, if you are already using struts?
Which components are available using actioncontext map?
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.