2009/10/22 Brian Stewart <[email protected]>: > What is the proper way to load a Tiles2 definitions file from a jar file or > another war file on the classpath?
The easiest way to load a definition file from the classpath is using this: http://tiles.apache.org/2.1/framework/tutorial/wildcard-configuration.html However I don't understand by "loading definitions from another war file on the classpath". Do you want to reference an external file? Antonio
