adspace


What do you mean by tiles in struts?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


What are the contents on web.xml in struts application ?

1072


What is the difference between filters and interceptors ?

1316


How is declarative handling of exceptions done in struts ?

1010


What is action chaining ?

1168