In this tutorial you will see how to create a classic Tiles layout in Struts.
Tiles is used to create reusable presentation components. With Tiles, we first define a base layout with different sections after that we define which jsp page should fill in the corresponding regions in an exteranl configuration file. The same layout can be reused any number of times by specifying different jsp pages.
To use Tiles in the Struts application, we need to add the following <plug-in> definition to the struts-config.xml file.