You can control the appearance of the node description through your JSP in the normal JSF manner. Its no different then <h:dataTable> in that regard. See the tree2NiceWrap.jsp in the examples.
sean On 10/10/05, Vo, Ky <[EMAIL PROTECTED]> wrote: > In my tree2 node, I have a description like "This is a <B>description</B>" > I want only the word "description" to be in bold (not everything to be in > bold). When the tree2 renders, it doesn't understand the html bold tag; it > prints out the tag. Is there a way for tree2 to do this? > > Thx, > > -Ky > > > ********************************************************************* > This message and any attachments are solely for the intended recipient. If > you are not the intended recipient, disclosure, copying, use or distribution > of the information included in this message is prohibited -- Please > immediately and permanently delete. > >

