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
gt; > > Set form to use correct form encoding > > > > > > Instruct web container to use selected charset when creating request (in > > server.xml) > > > > > > HTH, > > Martin -- > > - Original Message - > > From: "An

Re: multipart/form-data and character encoding

2006-05-29 Thread Antonis Lebesis
> - Original Message ----- > From: "Antonis Lebesis" <[EMAIL PROTECTED]> > To: > Sent: Monday, May 29, 2006 2:07 PM > Subject: multipart/form-data and character encoding > > > Hi, > I 've searched the archives but haven't found any solutio

Re: multipart/form-data and character encoding

2006-05-29 Thread Antonis Lebesis
orrect form encoding Instruct web container to use selected charset when creating request (in server.xml) HTH, Martin -- - Original Message - From: "Antonis Lebesis" <[EMAIL PROTECTED]> To: Sent: Monday, May 29, 2006 2:07 PM Subject: multipart/form-data and character encodi

Re: multipart/form-data and character encoding

2006-05-29 Thread Miguel Galves
Monday, May 29, 2006 2:07 PM Subject: multipart/form-data and character encoding Hi, I 've searched the archives but haven't found any solution to my latest problem. I have with a input and a input. The problem is that request.getCharacterEncoding() returns null and the text input i

Re: multipart/form-data and character encoding

2006-05-29 Thread Martin Gainty
oding Instruct web container to use selected charset when creating request (in server.xml) HTH, Martin -- - Original Message - From: "Antonis Lebesis" <[EMAIL PROTECTED]> To: Sent: Monday, May 29, 2006 2:07 PM Subject: multipart/form-data and character encoding Hi, I

multipart/form-data and character encoding

2006-05-29 Thread Antonis Lebesis
Hi, I 've searched the archives but haven't found any solution to my latest problem. I have with a input and a input. The problem is that request.getCharacterEncoding() returns null and the text input is considered to be in iso-8859-1 encoding. In the corresponding ActionForm's reset(), I have a