1 Reply Latest reply on Apr 26, 2010 6:16 AM by ilya_shaikovsky

    tooltip for rich:tree

    abcd1

      Hii everyone

       

             I have a rich:tree and i want the value of each node to be displayed as tooltip. i am using richfaces 3.3..2

       

            but i dont use a rich:treenodeadaptor or rich:treeNode. i am having the default tree model.

       

             <rich:tree switchType="ajax" ajaxSubmitSelection="true" toggleOnClick="true" componentState="#{menutree.treeState}"
                            
                              id="leftMenu" nodeSelectListener="#{menutree.nodeClick}"
                              value="#{menutree.initialNode}" r>
                           
             </rich:tree>

       

           Can i have this tooltip feature with this tree.

       

            Thanks in advance.