I believe there was a previous problem with FilterDispatcher.doFilter() Cheers!
-----Original Message----- From: Karsten Voges [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 9:17 AM To: Struts Users Mailing List Subject: Re: Empty request parameters with enctype set to "multipart/form-data" 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]