What is includeaction?



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

Post New Answer

More Struts Interview Questions

What is front controller in struts?

1 Answers  


project architechture in java

3 Answers   AC, IBM, INDUS, Satyam,


What is the purpose of redirect result type?

1 Answers  


What is the differnce between 2-tier architecture and 3- tier architecture in java?

3 Answers  


How do you create message resource?

1 Answers  


how you provide security in your banking project

1 Answers   IBM,


What is the purpose of struts.properties in struct2?

1 Answers  


What are the two types of validations supported by validator framework?

1 Answers  


Can we integrate struts with spring?

1 Answers  


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.

2 Answers  


how the error can be showed in the jsp page in struts?

3 Answers   Wipro,


How you will enable front-end validation based on the xml in validation.xml?

1 Answers  


Categories