Re: user-tiles-definitions-config.xml

2002-06-26 Thread James Holmes
The Struts Console will support Tiles config files in the next release (out in a week or so). That should make managing the files much easier. Struts Console: http://www.jamesholmes.com/struts/ I know it doesn't help you now, but thought I would give you a heads up. -james [EMAIL PROTECTED]

RE: user-tiles-definitions-config.xml

2002-06-26 Thread wbchmura
if you are using it as a servlet you can add the multiple files onto it:   (web.xml) definitions-config /WEB-INF/jsp/plantsec/tilesDefinitions.xml,/WEB-INF/jsp/com mon/tiles/tilesGlobal.xml An alternative method I also use is have ANT concatinate all the files at compile time into o