apache-tiles

Apache Tiles 2.1 - How to prevent inherited list attributes from getting duplicated?

I'm working on a project using Apache Tiles 2.1. I am running into an issue where extending templates with list attributes is creating duplicates of those list items... one set of duplicates for each level of inheritance. As an example, here is the base definition, and the page it would produce: <definition name="base" template="so...

Apache tiles converts open tag and close tag with no content to an empty tag.

Apache tiles converts open tag and close tag with no content to an empty tag. For example <script src="some.js"></script> will be written as <script src="some.js"/>, which breaks my HTML. How to prevent this behaviour? ...

Do I need to use XHTML when I use Apache Tiles?

Or can I use HTML? ...

Tiles framework low performance

I built a Spring MVC web app with TilesViewResolver, but the performance is poor, very slow. In a benchmark Tiles is sevent times slower than JSP. Is there any way to improve this? ...