Re: Multi config files and global forward

2003-09-25 Thread Duncan Mills
Regards Duncan Mills - Original Message - From: Franck Lefebure To: 'Struts Users Mailing List' Sent: Wednesday, September 24, 2003 8:39 PM Subject: Multi config files and global forward Hello, My web.xml looks like : servlet servlet-nameaction/servlet-name servlet

Re: Multi config files and global forward

2003-09-25 Thread Franck Lefebure
24, 2003 6:18 PM Subject: Re: Multi config files and global forward Try this forward contextRelative=true name=error path=/doError.do/ in /WEB-INF/conf/struts-config-news.xml Franck Lefebure wrote: Well, I learned this way of using muti-config modules in the article http

Multi config files and global forward

2003-09-24 Thread Franck Lefebure
Hello, My web.xml looks like : servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param init-param

Re: Multi config files and global forward

2003-09-24 Thread Navneet Karnani
Do you intend to make these different modules ? If not, then this is the wrong way to split files. You must use the xml way of splitting the files, or give the config files in the same param-value tag seperated by comma. - Navneet Umber Business Solutions Pvt Ltd http://www.umber.biz Franck

Re: Multi config files and global forward

2003-09-24 Thread Navneet Karnani
Do you intend to make these different modules ? If not, then this is the wrong way to split files. You must use the xml way of splitting the files, or give the config files in the same param-value tag seperated by comma. - Navneet Umber Business Solutions Pvt Ltd http://www.umber.biz Franck

Re: Multi config files and global forward

2003-09-24 Thread Franck Lefebure
: Re: Multi config files and global forward Do you intend to make these different modules ? If not, then this is the wrong way to split files. You must use the xml way of splitting the files, or give the config files in the same param-value tag seperated by comma. - Navneet Umber Business

Re: Multi config files and global forward

2003-09-24 Thread Manish Singla
Message - From: Navneet Karnani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:49 PM Subject: Re: Multi config files and global forward Do you intend to make these different modules ? If not, then this is the wrong way to split files. You must use the xml way