2011/1/24 Daniel Stefaniuk <[email protected]>: > I'm trying to load multiple Tiles definitions within one application. My > problem is that the last definition overrides any previous one. Here is a > sample configuration.
So you want to use different sets of definitions independently? You can do it, but you must specify different Tiles containers: http://tiles.apache.org/framework/tutorial/advanced/multiple-containers.html However, probably the simplest option is to use a single set of definitions. Antonio
