: 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
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 confident that you aren't opening up
cross-site-scripting or other Javascrip
Hello,
I am trying to use “ISO-8859-1” char set in my web application. But when I try
to display “?” sign using html:text field it displays “£”. If I look at
the HTML source there I see that “&” is escaped by the character entity “&”
so now instead of “£” the value is “£” . Where as if
3 matches
Mail list logo