1 Reply Latest reply on Jan 29, 2008 8:10 AM by ilya_shaikovsky

    ScrollableDataTable and tooltips

      Has anyone gotten the <rich:tooltip> to work in a column in a ScrollableDataTable.

      Here is my code and I can't seem to find what is wrong with it.

      <rich:column style="sdt-column-details">
       <a4j:commandButton styleClass="small-delete-button" onclick="javascript:Richfaces.showModalPanel('deleteMP')" rendered="#{selectedGroup.canBeDeleted}">
       <rich:toolTip value="Tooltip" />
       </a4j:commandButton>
      </rich:column>
      


      It is not a good practice to assign an ID to the parent component in a scrollable data table, so the documentation about the ID for the parent of the tooltip can't apply here (I believe).

      I seen several posts related to other table components not the scrollableDataTable and am just wondering if this is possible.

      Thanks in advance.

      Whatty