Re: Ampersand sign problem

2008-09-04 Thread Laurie Harper
deal with) or handle these cases yourself in you input processing. L. Thanks for your help. Regards, -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2008 7:35 PM To: user@struts.apache.org Subject: Re: Ampersand sign problem Can you post a c

RE: Ampersand sign problem

2008-08-29 Thread Martin Gainty
ments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Subject: RE: Ampersand sign

RE: Ampersand sign problem

2008-08-29 Thread Nayyer Kamran
: Nayyer Kamran Subject: FW: Ampersand sign problem FYI From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: RE: RE: Re: Ampersand sign problem Date: Fri, 29 Aug 2008 11:50:02 + Try using this in your struts.properties file: struts.i18n.encoding

RE: Re: Ampersand sign problem

2008-08-29 Thread Nayyer Kamran
Regards, -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2008 7:35 PM To: user@struts.apache.org Subject: Re: Ampersand sign problem Can you post a code sample of what you are doing? html:text will only escape its output once, so perhaps

Re: Ampersand sign problem

2008-08-28 Thread Laurie Harper
Can you post a code sample of what you are doing? html:text will only escape its output once, so perhaps you are passing it a string that has already been converted into the character entity form (£)? You could try escape="false", but I'd suggest understanding what's going on first so you're c