Hi all! I noticed a lot of people having difficulty migrating from Struts 1 - Tiles 1 to Struts 2 and Tiles 2, so I am wondering if we need to create a sort of "compatibility package", i.e. something that: - read the 1.1-style Tiles definition files; - defines taglibs that externally have the same syntax as the older one. It will be used in place of the "official" version of Tiles 2 and, with a small effort (essentially replacing all JSP headers declaring Tiles taglib and specifying a different DefinitionsReader inside the web.xml) allows to reuse old Tiles files.
Thoughts? Antonio
