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...