Re: Multiple Struts Config Problem

2009-04-07 Thread srinivasch
Sanchayan, You should have used a different post than using my post. Its called thread jacking. Please post a new one. Thanks Sanchayan Bandyopadhay wrote: > > I have multiple user types in my application and for each such user type I > intend to keep one specific struts-config.xml file. >

Multiple Struts Config Problem

2009-04-07 Thread Sanchayan Bandyopadhyay
I have multiple user types in my application and for each such user type I intend to keep one specific struts-config.xml file. In my web.xml, I have declared them as ... config /WEB-INF/struts-default.xml config/agents /WEB-INF/struts-agents.xml My application starts wit

Re: Multiple Struts-config problem

2005-01-12 Thread Kishore Senji
The module name in the should start with a "/" link On Wed, 12 Jan 2005 18:39:58 +0530, sachin <[EMAIL PROTECTED]> wrote: > hi all , > > i am implementing multiple modules in struts 1.2.4 > i have two config files which i define in web.xml like > > > config > /WEB-INF/struts-con

Multiple Struts-config problem

2005-01-12 Thread sachin
hi all , i am implementing multiple modules in struts 1.2.4 i have two config files which i define in web.xml like config /WEB-INF/struts-config.xml config/master /WEB-INF/master/master-config.xml and in the master-config.xml i have an action defined