Ok, I didn't explain that my actions don't point to .action since I use 
URLBinding.

Just remove this from web.xml:
    <servlet-mapping>
        <servlet-name>StripesDispatcher</servlet-name>
        <url-pattern>*.action</url-pattern>
    </servlet-mapping>


I use this mapping only because of WaiPageInterceptor...

Christian

-----Original Message-----
From: Srini Nagul [mailto:[email protected]]
Sent: Tuesday, March 10, 2009 12:17 PM
To: [email protected]
Subject: Re: [Stripes-dev] Calling Stripes action from Struts app

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

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

Reply via email to