Thanks a lot. This definitly helped.
Just pasted in the following code into web.xml and the error disappeared:
<filter>
<filter-name>struts-cleanup</filter-name>
<filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class>
</filter>
<filter-mapping>
<filter-name>struts-cleanup</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

Strange that it needs this, but good to know that there is a fix for this.

Cheers,
Karsten.


Andrew Stepanenko schrieb:
Hello,

http://www.archivum.info/user@struts.apache.org/2007-02/msg00012.html

Regards,
Andrew Stepanenko

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to