What do you mean by tiles in struts?



What do you mean by tiles in struts?..

Answer / Reena

Tiles is a module of the Apache Struts framework that allows for the separation of concerns between the layout and content of a web page. Tiles provides a way to reuse common parts of a web application, such as headers, footers, and navigation menus, across multiple pages. This improves maintainability and promotes consistency in the application's user interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

Can we have different controllers in one struts app?

7 Answers   Accenture,


drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips

2 Answers  


we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?

2 Answers  


Is form beans are serializable or not?

11 Answers   College School Exams Tests, Magna Infotech,


How can we write our own interceptor and map it for action?

1 Answers  


What is meant by portals???

9 Answers  


Why is action servlet a singleton in struts?

1 Answers  


is it necessary to write struts-confing.xml ,what tags are important in that xml file?

2 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  


What is apache struts vulnerability?

1 Answers  


What are the two different types of validations that the validator framework supports?

1 Answers  


What is declarative exception handling in struts?

1 Answers  


Categories