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 ... init-param param-nameconfig/param-name param-value/WEB-INF/struts-default.xml/param-value /init-param init-param

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 init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param init-param param-nameconfig/master/param-name

Re: Multiple Struts-config problem

2005-01-12 Thread Kishore Senji
The module name in the html:link should start with a / html:link module=/master action=cityActionlink/html: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