RE: Empty request parameters with enctype set to "multipart/form-data"

2007-02-15 Thread Hartrich, James CTR USTRANSCOM J6
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 "mult

Re: Empty request parameters with enctype set to "multipart/form-data"

2007-02-15 Thread Karsten Voges
Thanks a lot. This definitly helped. Just pasted in the following code into web.xml and the error disappeared: struts-cleanup org.apache.struts2.dispatcher.ActionContextCleanUp struts-cleanup /* Strange that it needs this, but good to know that there is a fix for this. Cheers, Karsten. And

Re: Empty request parameters with enctype set to "multipart/form-data"

2007-02-15 Thread Andrew Stepanenko
Hello, http://www.archivum.info/user@struts.apache.org/2007-02/msg00012.html Regards, Andrew Stepanenko On 2/15/07, Karsten Voges <[EMAIL PROTECTED]> wrote: Hi list, I downloaded Struts 2.0.5 (beta) and started developing of a small app (simple form submit) on Tomcat 5.5.17 (JDK 1.5). Its wor

Empty request parameters with enctype set to "multipart/form-data"

2007-02-15 Thread Karsten Voges
Hi list, I downloaded Struts 2.0.5 (beta) and started developing of a small app (simple form submit) on Tomcat 5.5.17 (JDK 1.5). Its working quite good and I am happy with both the stability and the programming model. Unfortunately I have a problem with some requests (form submitting) sendin