Using smaller, multiple files is no different that using one large one. The servlet just loops and loads each one in turn. They are specified as a comma-delimited list in the same placed as a single file. It's all one configuration, there's no specific linkage between the tiles-def and the struts-configs.
If you want to link a specific struts-config with a specific tiles-def, then you probably want to use modules instead. The module support is improved in Struts 1.2.x/Nightly Build, so I would move to that as soon as possible. -Ted. On Thu, 15 Apr 2004 15:31:32 +0530, Normanjai Singh Pauldurai wrote: Hi all, I would like to know some details about using multiple struts-config.xml and multiple tiles-defs.xml. I'll explain the way i'm gonna use multiple stuts and miltiple tiles in my project. Kindly validate it and point me the correct usage. Actually i'm using struts 1.1. I will be using 2 struts-config.xml file and each with different tiles-defs.xml ( tiles plugin). so, Will i be able to switch from one struts-config to other struts-config.xml file ?? If so, how should i mention the two struts-config.xml in web.xml file.?? Also, is it possible to have different tiles-defs in each struts-config.xml???? Please help me ASAP Thanx, Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]