Re: [s2] file upload causing param problems

2007-02-01 Thread bob
> oops.. its common-fileuploads-1.1.1.jar sorry for the mistake...- I experienced the missing params behaviour while using that jar as well. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! --

Re: [s2] file upload causing param problems

2007-01-31 Thread Nagraj Rao
oops.. its common-fileuploads-1.1.1.jar sorry for the mistake... - Original Message - From: "bob" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 31, 2007 11:20 PM Subject: Re: [s2] file upload causing param problems commons-lang-1.1.1.jar? Well, I've alr

Re: [s2] file upload causing param problems

2007-01-31 Thread bob
Andrew, Well, thanks a lot. Adding the ActionContextCleanUp filter, as you recommend, fixed the problems; I no longer periodically lose all my parameters while using the file uploader. No doubt, I'm psyched. But I would certainly like to know more about why this all happens and, even more,

Re: [s2] file upload causing param problems

2007-01-31 Thread Andrew Stepanenko
Hello, I had the same problem with s2 some time ago. At that time I was using customized 2.0.2 SNAPSHOT. Check out this forum post at WebWork users forum: http://forums.opensymphony.com/thread.jspa?messageID=111939 After upgrading to 2.0.3 SVN snapshot and setting ActionContextCleanUp filter in

Re: [s2] file upload causing param problems

2007-01-31 Thread bob
commons-lang-1.1.1.jar? Well, I've already got commons-lang-2.1.jar. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! - To unsubscribe, e-mail:

Re: [s2] file upload causing param problems

2007-01-31 Thread Jia Guo
Yes, I have the same problem. I used multipart/form, and I have file element. It always happen when I post the data at first time, or after I refresh the page by clicking F5 or browser's Refresh button. And it might(not always) work correctly when I post it again. No matter I upload a file or not.

Re: [s2] file upload causing param problems

2007-01-30 Thread Nagraj Rao
;Struts Users Mailing List" ; <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2007 1:11 AM Subject: Re: [s2] file upload causing param problems I had similar problems with fileupload last weekend. At first I thought that it could be caused by a filter that I have in front of my app - prints

Re: [s2] file upload causing param problems

2007-01-30 Thread Dariusz Wojtas
I had similar problems with fileupload last weekend. At first I thought that it could be caused by a filter that I have in front of my app - prints the URI and all params to the console - does the processing before analising multipart data. But I modified the filter to get/print that info after pr