RE: More problems with handle-errors

2002-03-19 Thread Vadim Gritsenko
> From: Peter Robins [mailto:[EMAIL PROTECTED]] > > Say I want to catch 404 errors with something like this: > > > > > > > If I only have 1 map:pipeline, this works fine: catches the error and > executes the xsl. > > However, if I have >1 map:pipeline, it doesn't execute - I

More problems with handle-errors

2002-03-19 Thread Peter Robins
Say I want to catch 404 errors with something like this: If I only have 1 map:pipeline, this works fine: catches the error and executes the xsl. However, if I have >1 map:pipeline, it doesn't execute - I just get the standard miaow from Tomcat. I tried putting it in all map: