Hi All, I am creating a dynamic menu list using Tomahawk <t:panelNavigation2 nested with <t:navigationMenuItems>. The code to get the items is NavigationMenuItem item = new NavigationMenuItem(label, action);
The label contains a string like 'My benefits<sup>SM</sup>' so should show up as My Benefits with SM as superscript. But the HTML is not translated and and it shows the menu item as it is literally. I set the setEscape(false); but to no avail. I tried using with/without setEscape I am using Myfaces 1.2 and Tomahawk 1.1.6 JDK1.5 Any help would be greatly appreciated. Thanks MG -- View this message in context: http://www.nabble.com/NavigationMenuItm-and-HTML-Label-tf4694949.html#a13420229 Sent from the MyFaces - Users mailing list archive at Nabble.com.

