Try removing the following filter from your web.xml
<filter>
<filter-name>struts-cleanup</filter-name>
<filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class>
</filter> ActionContextCleanUp has been removed in this version -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

