Name the different types of actions found in struts.
No Answer is Posted For this Question
Be the First to Post Answer
If the framework doesn’t do what I want, can I request that a feature be added?
What inbuilt themes are provided by struts2?
What is pojo in struts2?
What is the difference between struts1 and struts2?
List some bundled validators?
What is Request Dispatcher and what is Request Process?
What are the differences between http direct and http indirect?
how canu done chechin and check out of u r project using with sample examples?
What is struts validator framework?
what is mean by custom tag?
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.
What do you mean by actionform?