You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Van Nguyen <vn...@ur.com> on 2006/10/10 19:13:24 UTC

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.Rose(tm) 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.Rose(tm) 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 (tm)?

 

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?

 

 


Re: render trademark symbol

Posted by Martin Gainty <mg...@hotmail.com>.
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: user-unsubscribe@struts.apache.org
  For additional commands, e-mail: user-help@struts.apache.org