Hi I'm having the same problem, seems like putting the strings in a POST request is transforming the characters (in my case the swedish ä, and son forth, is erroneous). I use Struts, Tomcat and Tiles (and Ant to build and distribute) and I have also set the encoding in both JSP's, request object in Action class, and besides that, I've set the connector property to UTF-8, but nothing seems to help
Noticed a couple of things: - Using ISO-8859-1 and POST method in calling JSP (sending the request), makes the characters mis transformes, but using GET or UTF-8 in calling JSP works fine... any other suggestions??? /Rickard Christopher Schultz-2 wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Elilia, > > Emilia Ipate wrote: >> You also have to enable your server to accept UTF-8, for WSAS I had to >> use: -D client.encoding.override=UTF-8 > > For Apache Tomcat, this is done by adding URIEncoding="UTF-8" to your > <Connector> element in server.xml. > > - -chris > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGAqHH9CaO5/Lv0PARAqwUAKCKG606HcWItx95IfJGgtUxKsOWPACdGuqe > eR4cbMGuc40Af5RHFBr/mcM= > =UdA1 > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/UTF-8-encoding-problems-tf3447563.html#a9630451 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]