Sorry, escapeXml is for <c:out />, Nuawn is right, filter="false" is what you are looking for.
On 10/10/06, Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote:
hi, set the filter attribute of bean:write tag to false and try ----- Original Message ----- From: "Van Nguyen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org> Sent: Tuesday, October 10, 2006 6:14 PM Subject: RE: render trademark symbol Is escapeXml an attribute for the bean:write tag? I do not see that in the Struts 1.2.9 API. -----Original Message----- From: Ed Griebel [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:05 AM To: Struts Users Mailing List Subject: Re: render trademark symbol 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 > > ® > > 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 ™ to render correctly. > But I've tried changing the text in the bean to: > > > > W.Rose™ Convex Jointer > > > > But that did not work either. the <bean:write> tag just displays it as > W.Rose™ 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.(tm) > 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] -------------------------------------------------------------------------------- United Rentals Consider it done.T 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]