RE: Gracefully handling invalid paths

2004-09-09 Thread David G. Friedman
l Message- From: Craig Dickson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:05 PM To: Struts Users Mailing List Subject: Re: Gracefully handling invalid paths This is correct. However I have never been able to get it to work if the value of the location tag pointed

Re: Gracefully handling invalid paths

2004-09-09 Thread Craig Dickson
This is correct. However I have never been able to get it to work if the value of the location tag pointed to an action. For example: 404 /do/error If anyone knows how to make this work properly then I would love to hear about it. My particular problem (posted previously

Re: Gracefully handling invalid paths

2004-09-08 Thread Yves Sy
You can specify it in your web.xml: 404 /error_404.jsp -Yves- On Wed, 8 Sep 2004 20:36:38 -0700 (PDT), Andy Engle <[EMAIL PROTECTED]> wrote: > Hi all, > > I am wondering how I should handle invalid path situations within my > Struts application. I want to be able to have a "