Re: Divide config files

2005-01-17 Thread Niall Pemberton
You can have multiple struts-config files - just specify a comma separated list in the web.xml See section 5.3.1 Module Configuratiin Files in the user guide: http://struts.apache.org/userGuide/configuration.html#module_config-files http://struts.apache.org/userGuide/configuration.html#dd_config_

Re: Divide config files

2005-01-16 Thread Kishore Senji
On Mon, 17 Jan 2005 08:34:38 +0100, COGOLUEGNES Arnaud <[EMAIL PROTECTED]> wrote: > Hi all, > > Does anyone has means of dividing Struts config files into separate files, > so that one main file can include all separate files? > > I've been working on quite big applications where some code is aut