Re: forward in struts-config.xml file

2001-03-31 Thread Craig R. McClanahan
On Thu, 29 Mar 2001, Nanduri, Amarnath wrote: > > Hi everybody, > >I am faced with a unique situation. I have at present 45 Action > classes in my project. In the future this number may climb to more than 100 > ( yeah it is a huge project). We just completed requirements and want

Re: forward in struts-config.xml file

2001-03-29 Thread Incze Lajos
> During the demo i noticed that i get a 404 error when trying to reach this > page (which is as it should be). I want to keep an indefined state page to > these. My problem is that i don't want to write the 'undefined.jsp' in each You can specify an 404 handler page for the servlet engine (web.x

RE: forward in struts-config.xml file

2001-03-29 Thread Nanduri, Amarnath
M To: [EMAIL PROTECTED] Subject: Re: forward in struts-config.xml file > syntax : What I do is put in the actual name for the forward, and then point the path to an "under construction page" where I also list any beta-testing issues. As the pages come online, you simply need to upda

Re: forward in struts-config.xml file

2001-03-29 Thread Ted Husted
> syntax : What I do is put in the actual name for the forward, and then point the path to an "under construction page" where I also list any beta-testing issues. As the pages come online, you simply need to update the configuration file -- all the forward links remain the same. So I have a

forward in struts-config.xml file

2001-03-29 Thread Nanduri, Amarnath
Hi everybody, I am faced with a unique situation. I have at present 45 Action classes in my project. In the future this number may climb to more than 100 ( yeah it is a huge project). We just completed requirements and want to make sure that struts can really handle such a heavy load