What are the core classes of struts framework? Explain
No Answer is Posted For this Question
Be the First to Post Answer
what is tiles in struts?
Do I have to credit struts on my own website?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Which configuration files are used in struts?
What should be the name of xml file used for validation in struts?
How can link tag’s action attribute be used?
What is spring and struts in java?
What is the use of jsonvalidation?
What do you mean by actionservlet?
What is the purpose of @validations annotation?
What is the difference between plain-validator and field-validator?
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.