Poitras Christian <Christian.Poitras <at> ircm.qc.ca> writes:

> 
> It's in my Stripes 1.5 jar file.
> 
> Which version of Stripes are you using?

 Some progress. DynamicMappingFilter is not in Stripes 1.4.2 but when I 
download 1.5.1 it finds it. I had to change the "init-param"  to use 
ActionResolver.Packages instead. Still I get the following error now.
Thanks
---------------------------------
ERROR [DispatcherServlet]:260 - Servlet.service() for servlet 
DispatcherServlet threw exception
java.lang.IllegalStateException: A request made it through to some part of 
Stripes without being wrapped in a StripesRequestWrapper. The StripesFilter is 
responsible for wrapping the request, so it is likely that either the 
StripesFilter is not deployed, or that its mappings do not include the 
DispatcherServlet _and_ *.jsp. Stripes does not require that the Stripes 
wrapper is the only request wrapper, or the outermost; only that it is present.
        at 
net.sourceforge.stripes.controller.StripesRequestWrapper.findStripesWrapper
(StripesRequestWrapper.java:81)


------------------------------------------------------------------------------
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to