What is validate() and reset() functions?
No Answer is Posted For this Question
Be the First to Post Answer
What are the classes used in struts?
What is the struts in java?
Does Struts2 action and interceptors are thread safe?
what is a RequestProcessor?
What is package name in struts xml?
Difference between struts and spring?
List some struts tag libraries?
What is the use of jsonvalidation?
What is the difference between struts and spring?
which MVC architecture struts follows and why?
how does request processor relates to action mapping?
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.