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 dispatcherERROR/dispatcher 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

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 gunter...@gmail.com You have to add dispatcherERROR/dispatcher to your StripesFilter mapping, similar to how it's shown in the DynamicMappingFilter javadocs.