Re: How to put the sumbol ′ into an html:text tag

2005-07-21 Thread Laurie Harper
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

Re: How to put the sumbol ′ into an html:text tag

2005-07-21 Thread Zarar Siddiqi
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

How to put the sumbol ′ into an html:text tag

2005-07-21 Thread lk
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: