Re: geText from Action encodes html entities

2008-09-08 Thread Esteve Camps Chust
ok, thanks to all. I'll try all this solutions. 2008/9/1 Gabriel Belingueres <[EMAIL PROTECTED]> > encode the response using ISO-8859-1 charset. > > 2008/9/1, Esteve Camps Chust <[EMAIL PROTECTED]>: > > Hi all, > > > > I'm having a problem when using getText action method. This method gets a > >

Re: geText from Action encodes html entities

2008-09-01 Thread Gabriel Belingueres
encode the response using ISO-8859-1 charset. 2008/9/1, Esteve Camps Chust <[EMAIL PROTECTED]>: > Hi all, > > I'm having a problem when using getText action method. This method gets a > text from package.properties file. Its value is an spanish text, containing > some encoded chars (for instance,

RE: geText from Action encodes html entities

2008-09-01 Thread Martin Gainty
recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Mon, 1 Sep 2008 06:34:43 -0700> From: [EMAIL PROTECTED]> Subject: Re: geText from Action encodes html entities> To: user@struts.apache.org> > Wouldn't a property file norm

Re: geText from Action encodes html entities

2008-09-01 Thread David Harland
Use native2ascii to encode your package.properties file. --- On Mon, 9/1/08, Esteve Camps Chust <[EMAIL PROTECTED]> wrote: > From: Esteve Camps Chust <[EMAIL PROTECTED]> > Subject: geText from Action encodes html entities > To: user@struts.apache.org > Date: Monday, Se

Re: geText from Action encodes html entities

2008-09-01 Thread Dave Newton
Wouldn't a property file normally contain an escaped unicode value for "ó"? That aside--is getText() itself doing the escaping, or is it being escaped on the JSP side through a property tag? (I don't remember if getText escapes; I didn't think that it did.) (I'm also not sure about encoding a p

geText from Action encodes html entities

2008-09-01 Thread Esteve Camps Chust
Hi all, I'm having a problem when using getText action method. This method gets a text from package.properties file. Its value is an spanish text, containing some encoded chars (for instance, estación, for 'estación'). When displaying this I get 'estaci&on. My package.properties files is UTF-8 en