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™ 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™ 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 ?

 

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]

Reply via email to