bean:write may be escaping the & so maybe you could try adding
escapeXml="false" inside the bean:write tag.

-ed

On 10/10/06, Van Nguyen <[EMAIL PROTECTED]> wrote:
That displays:
(r)

We need it to display:
(tm)


-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 10:33 AM
To: Struts Users Mailing List
Subject: Re: render trademark symbol

use

&#174;

HTH
M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its
contents
  ----- Original Message -----
  From: Van Nguyen
  To: user@struts.apache.org
  Sent: Tuesday, October 10, 2006 1:13 PM
  Subject: render trademark symbol


  Hi,



  I'm using struts 1.2.9 and am running into a problem rendering the trademark 
symbol using the bean taglib.



  I have this string stored in my lucene index as:



  W.RoseT Convex Jointer



  It stores it in my bean as such. but when I use the <bean:write> tag, it 
displays it as:



                    W.Rose? Convex Jointer








  I added some breakpoints in the WriteTag class inside the struts library, and 
I see that it comes in as



  W.RoseT Convex Jointer



  And it is being returned as the same string.



  Is there anything else that needs to be done to render the Trademark symbol 
as T?



  I've read online that HTML needs it to be &trade; to render correctly.  But 
I've tried changing the text in the bean to:



  W.Rose&trade; Convex Jointer



  But that did not work either. the <bean:write> tag just displays it as 
W.Rose&trade; Convex Jointer



  Any suggestions?







------------------------------------------------------------------------------




  United Rentals
  Consider it done.â"¢
  800-UR-RENTS
  unitedrentals.com




------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



United Rentals
Consider it done.™
800-UR-RENTS
unitedrentals.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to