What version of Tomahawk are you using? From the tag documentation, http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_outputLabel.html, there is no 'escape' attribute for the tag. It looks like you should file an enhancement request in Jira.
-R On Thu, Jan 8, 2009 at 5:39 AM, j haley <[email protected]> wrote: > Escape attribute with output Label does not work. If I use this same label > with outputText, it works fine. Any ideas? > > Label > l.req3rdParty=Requires 3<sup>rd</sup> Party > > Does not renders super script properly - Renders the same if escape is true > or false > <h:outputLabel for="requires3rdPartya" escape="false" > value="#{labels['l.req3rdParty']}" /> > <t:outputLabel for="requires3rdPartyb" escape="false" > value="#{labels['l.req3rdParty']}" /> > > Does render superscript properly > <t:outputText escape="false" value="#{labels['l.req3rdParty']}" /> > > ________________________________ > Windows Liveā¢: Keep your life in sync. Check it out.

