Search code examples
struts2strutstilestiles2

Enable Tiles devMode like Struts' devMode to reload tiles.xml with each request


Does Apache Tiles have a devMove like Struts that would reload the tiles.xml file with each request? If so, how can this be enabled?


Solution

  • I've used tiles, but have never tried to dynamically reload it.

    However, this page : http://tiles.apache.org/tutorial/configuration.html

    says:

        Load the Tiles filter. It is useful if your definition files can be changed and you periodically need to reload them.