Re: Modularizing struts-config.xml

2005-08-23 Thread Leon Rosenberg
> Yes, you can use any number of struts-config files; there is a > servlet init parameter which accepts a comma-separated list. > >config > > /WEB-INF/struts-config.xml, > /WEB-INF/admin/struts-config.xml, > /WEB-INF/approval/struts-config.x

Re: Modularizing struts-config.xml

2005-08-18 Thread Joe Germuska
At 11:44 AM +0530 8/18/05, sachin wrote: hi , Yes, you can use any number of struts-config files; there is a servlet init parameter which accepts a comma-separated list. I Have many struts-config files in one of my application and i initialized them with a comma separeted List ... EveryTh

Re: Modularizing struts-config.xml

2005-08-17 Thread sachin
-- Original Message --- From: Joe Germuska <[EMAIL PROTECTED]> To: "Lance Semmens" <[EMAIL PROTECTED]>, Sent: Fri, 12 Aug 2005 10:59:00 -0500 Subject: Re: Modularizing struts-config.xml > At 4:41 PM +0100 8/12/05, Lance Semmens wrote: > >Is there a

Re: Modularizing struts-config.xml

2005-08-12 Thread Joe Germuska
At 4:41 PM +0100 8/12/05, Lance Semmens wrote: Is there any way to break up struts-config.xml into multiple xml files? I'd like to be able to logically group my form and action mappings in separate files. Yes, you can use any number of struts-config files; there is a servlet init parameter whi