Re: Tomcat 6.0.14 and UTF-8 POST form problem

2007-11-08 Thread Yigal Lazarev
Well Michael you've just solved the problem! Thank you very much ! :) On Nov 8, 2007 12:46 PM, Michael <[EMAIL PROTECTED]> wrote: > Michael wrote: > > Yigal Lazarev wrote: > >> Shalom Michael, > >> Thanks for your reply, but as you can see in my first po

Re: Tomcat 6.0.14 and UTF-8 POST form problem

2007-11-08 Thread Yigal Lazarev
Shalom Michael, Thanks for your reply, but as you can see in my first post, this was the second thing I tried.. Inserting URIEncoding="UTF-8" to the HTTP and the AJP/1.3 connectors in server.xml didn't help. More suggestions? On Nov 8, 2007 11:28 AM, Michael <[EMAIL PROTECTED

Re: Tomcat 6.0.14 and UTF-8 POST form problem

2007-11-08 Thread Yigal Lazarev
ct so it has to be casted to String. Still doesn't work. Any suggestions are welcome.. On Nov 8, 2007 6:25 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Yigal Lazarev [mailto: [EMAIL PROTECTED] > > Subject: Tomcat 6.0.14 and UTF-8 POST form problem > > > &g

Tomcat 6.0.14 and UTF-8 POST form problem

2007-11-07 Thread Yigal Lazarev
Hi, I'm deploying a JSF WAR onto Tomcat 6.0.14 under Windows 2003 with JVM version 1.6.0_03-b05, and using MySQL db. When I submit a form using POST method, and in the server side take the fields and send them as an email using JavaMail- i lose the UTF-8 encoded characters sent in the form. I sus