What is includeaction?
Answer / Kamta Yadav
IncludeAction is a strut action that allows you to reuse existing actions in another action. By using IncludeAction, you can reduce code duplication and make your Struts application more modular.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is front controller in struts?
project architechture in java
3 Answers AC, IBM, INDUS, Satyam,
What is the purpose of redirect result type?
What is the differnce between 2-tier architecture and 3- tier architecture in java?
How do you create message resource?
how you provide security in your banking project
What is the purpose of struts.properties in struct2?
What are the two types of validations supported by validator framework?
Can we integrate struts with spring?
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 the error can be showed in the jsp page in struts?
How you will enable front-end validation based on the xml in validation.xml?