I would like to keep definitions separated for the clarity. Both applications 'app1' and 'app2' are in fact two different applications that live in the same web application. I know, it sounds stupid but I try to fit new design style in a very old application structure. There is no option to redesign it.
I looked at the 'Defining Multiple Containers' in the documentation. Thanks, Antonio. However, I'm not sure how can I use it. Do I have to create a listener for each configuration file? Then, how will I link it with an XML file? Is there any real-world example on the web of this? Thanks Daniel Stefaniuk On 24 January 2011 11:10, Antonio Petrelli <[email protected]>wrote: > 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 >
