lk wrote:
I need to show the character "'" (′) inside an html:text tag.
The problem is that the tag html:text renders an html text field
substituting the escape sequence with the following sequence: ′
It seems that the amperseand is substituted with the sequence &.
Why?
To protect ag
Have you tried storing it in a variable using using and having
escapeXml="false" and then putting that variable inside the value attribute
of the tag?
- Original Message -
From: "lk" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 21, 2005 12:40 PM
Subj
Hi,
I need to show the character "'" (′) inside an html:text tag.
The problem is that the tag html:text renders an html text field
substituting the escape sequence with the following sequence: ′
It seems that the amperseand is substituted with the sequence &.
Why?
The jstl core tag c:
3 matches
Mail list logo