Re: [Stripes-users] Missing StripesRequestWrapper when using web.xml to direct 404 errors to a Stripes action.

2009-10-01 Thread Geoff Shuetrim
Ben, Thanks, that works a treat! Geoff S 2009/10/1 Ben Gunter > You have to add ERROR to your StripesFilter > mapping, similar to how it's shown in the DynamicMappingFilter javadocs. > > > http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/controller/DynamicMappingFilt

Re: [Stripes-users] Missing StripesRequestWrapper when using web.xml to direct 404 errors to a Stripes action.

2009-10-01 Thread Ben Gunter
You have to add ERROR to your StripesFilter mapping, similar to how it's shown in the DynamicMappingFilter javadocs. http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/controller/DynamicMappingFilter.html -Ben On Thu, Oct 1, 2009 at 1:08 AM, Geoff Shuetrim wrote: > I a

[Stripes-users] Missing StripesRequestWrapper when using web.xml to direct 404 errors to a Stripes action.

2009-09-30 Thread Geoff Shuetrim
I am using Stripes 1.5.1 and Tomcat 6. I am trying to use a stripes action to respond to requests that result in a 404 error. I have added: 404 /errors/Error.action to the web application's web.xml file. When I trigger a 404 error, the following log entry is generated and the web