How to put the sumbol prime; into an html:text tag

2005-07-21 Thread lk
Hi, I need to show the character ' (prime;) 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: amp;prime; It seems that the amperseand is substituted with the sequence amp. Why? The jstl

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

2005-07-21 Thread Zarar Siddiqi
Have you tried storing it in a variable using using c:set and having escapeXml=false and then putting that variable inside the value attribute of the html:text tag? - Original Message - From: lk [EMAIL PROTECTED] To: user@struts.apache.org Sent: Thursday, July 21, 2005 12:40 PM

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

2005-07-21 Thread Laurie Harper
lk wrote: I need to show the character ' (prime;) 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: amp;prime; It seems that the amperseand is substituted with the sequence amp. Why? To