2 Replies Latest reply on Dec 4, 2008 3:33 AM by ilya_shaikovsky

    rich:toolTip for f:selectItems

      I need to display tool tip for each option in a drop down. I'm using f:selectItems within h:selectOneMenu to display the options.

      <h:selectOneMenu id="imageList" value="#{imageMgdBean.selImage}" style="font-size:10pt;" >
       <f:selectItems value="#{imageMgdBean.imageList}"/>
      </h:selectOneMenu>
      


      Can anyone suggest some solution.