Re: multipart/form-data and character encoding

2006-05-30 Thread Martin Gainty
destroy the original message without making a copy. Thank you. - Original Message - From: "Antonis Lebesis" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: "Struts Users Mailing List" Sent: Monday, May 29, 2006 8:14 PM Subject: Re:

Re: multipart/form-data and character encoding

2006-05-29 Thread Antonis Lebesis
rtin Gainty" <[EMAIL PROTECTED]> Sent: Monday, May 29, 2006 7:26 PM Subject: Re: multipart/form-data and character encoding > Hello Martin, > I tried your suggestion but there is a difference in my case: The > enctype in my form's declaration is "multipart/form-da

Re: multipart/form-data and character encoding

2006-05-29 Thread Martin Gainty
; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Monday, May 29, 2006 7:26 PM Subject: Re: multipart/form-data and character encoding Hello Martin, I tried your suggestion but there is a difference in my case: The enctype in my form's declaration is "multipart/form-data&q

Re: multipart/form-data and character encoding

2006-05-29 Thread Miguel Galves
Antonis, I`m glad to know that your problem is solved. If you find a more official solution, please let me know. But, as you, I spent many hours looking for it, and I didn`t find anything at all. []s miguel On 5/29/06, Antonis Lebesis <[EMAIL PROTECTED]> wrote: Miguel, If you ever come t

Re: multipart/form-data and character encoding

2006-05-29 Thread Antonis Lebesis
Miguel, If you ever come to Greece, remind me to offer you some ouzo and mousaka ;) It worked just fine! I' ll keep looking for a more "official" solution, but until then you' ve saved me... Thank you very very much, Antonis On 5/29/06, Miguel Galves <[EMAIL PROTECTED]> wrote: Antonis, we ha

Re: multipart/form-data and character encoding

2006-05-29 Thread Antonis Lebesis
Hello Martin, I tried your suggestion but there is a difference in my case: The enctype in my form's declaration is "multipart/form-data" (I have to support file upload). If I leave it that way, I get the same results (no greek characters). If I change it to "multipart/form-data; charset=iso-8859

Re: multipart/form-data and character encoding

2006-05-29 Thread Miguel Galves
Antonis, we had the same problem with multi part forms. We tried everithing, including enctype in the form tag, URIEncoding, and request.setEncoding...in reset() method. All theses solutions worked fine with all kinds of requests, except for the mulipart, which is handled in a different way. The

Re: multipart/form-data and character encoding

2006-05-29 Thread Martin Gainty
Good Afternoon Antonis- This character encoding issue has been addressed http://issues.apache.org/struts/browse/STR-2117 as follows Set your page to use correct character encoding <%@ page ;contentType="text/html" charset=UTF-8"%> Set form to use correct form encoding Instruct web conta