Re: Struts and encoding ISO-8859-1

2009-04-28 Thread Jeroen De Ridder
m To: user@struts.apache.org Subject: Re: Struts and encoding ISO-8859-1 You shouldn't technically need Struts 2.1.7 to be able to use UTF-8. If you want to stick with 2.1.6, there are two options: either you use useBodyEncodingForURI="true" in Tomcat's server.xml, or you explici

RE: Struts and encoding ISO-8859-1

2009-04-28 Thread Niklas Johansson
pache.org > Subject: Re: Struts and encoding ISO-8859-1 > > You shouldn't technically need Struts 2.1.7 to be able to use UTF-8. If > you want to stick with 2.1.6, there are two options: either you use > useBodyEncodingForURI="true" in Tomcat's server.xml, or you

Re: Struts and encoding ISO-8859-1

2009-04-28 Thread Jeroen De Ridder
working? Do you have any prescription for getting it to work with UTF-8, or is it the same as you already explained below?. I am not paranoid aout saving a few bytes :) Thanks again! Regards, Niklas ------------ Date: Sun, 26 Apr 2009 23:36:13 +0200 From: voetsjo

RE: Struts and encoding ISO-8859-1

2009-04-27 Thread Niklas Johansson
:36:13 +0200 > From: voetsjo...@gmail.com > To: user@struts.apache.org > Subject: Re: Struts and encoding ISO-8859-1 > > Well, ISO-8859-1 and UTF-8 differ in the fact that ISO-8859-1 is a > single-byte encoding and can only encode 256 characters (albeit > carefully chosen), while UTF-8

Re: Struts and encoding ISO-8859-1

2009-04-26 Thread Jeroen De Ridder
lot of information is missing (at least in my web-client...). But I think your answer helps me so I skip completing that missing information now. Thanks again! Regards, Niklas Date: Sun, 26 Apr 2009 21:52:23 +0200 From: voetsjo...@gmail.com To: user@stru

RE: Struts and encoding ISO-8859-1

2009-04-26 Thread Niklas Johansson
is missing (at least in my web-client...). But I think your answer helps me so I skip completing that missing information now. Thanks again! Regards, Niklas > Date: Sun, 26 Apr 2009 21:52:23 +0200 > From: voetsjo...@gmail.com > To: user@stru

Re: Struts and encoding ISO-8859-1

2009-04-26 Thread Jeroen De Ridder
What exactly is giving you trouble? Are your HTTP parameters not properly received? Does your DB data get garbled when you output it? I've recently had problems with ISO-8859-1 and Struts 2 as well, and there are some things you need to be aware of. It turns out that by default Tomcat uses ISO

Struts and encoding ISO-8859-1

2009-04-26 Thread Niklas Johansson
Hello, Using Struts 2.1.6 Tomcat 6 Java 1.6 Eclipse Ganymede I am trying to get my first Struts2 application working. Everything works fine except the encoding part. Swede as I am I want to use åäöÅÄÖ, i.e. ISO-8859-1, but it doesn't work. I have searched the net and tried various things, bu

Re: Struts and encoding

2004-08-11 Thread Masoud Kalali
Original Message- From: Masoud Kalali [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 7:59 PM To: Struts Users Mailing List Subject: Struts and encoding Hi friends I have a problem with Struts / Jsp when i send a paramete from a jsp to my action (by using formBean) It seems that chara

RE: Struts and encoding

2004-08-10 Thread Václavík Radek
nguage="java" %> Radek > -Original Message- > From: Masoud Kalali [mailto:[EMAIL PROTECTED] > Sent: Monday, August 09, 2004 7:59 PM > To: Struts Users Mailing List > Subject: Struts and encoding > > > Hi friends > I have a problem with Struts / Jsp >

Struts and encoding

2004-08-09 Thread Masoud Kalali
Hi friends I have a problem with Struts / Jsp when i send a paramete from a jsp to my action (by using formBean) It seems that character encoding of my parameter changes , is it true? my prameter is UTF-8 , but in action it seems that its encoding changed to iso Latin-1 is there any solution for