3 Replies Latest reply on Oct 5, 2007 4:41 AM by daedlus

    rich:toolTip problem

    daedlus

      Hi

      am using below code to disaply tool tip for h:selectmany listbox .
      the zorder is 1000 but the tool tip remains behind the list box.
      how do i make it appear over the list box.

      <h:selectManyListbox align="right" value="#{myBean.selectedItems}"
       size="5" title="select items by clicking">
       <f:selectItems value="#{myBean.allItems}" />
       <rich:toolTip value="tool tip message"
       zorder="1000" direction="bottom-right" style="white-space:nowrap" /> </h:selectManyListbox>