1 Reply Latest reply on Jan 21, 2008 5:05 AM by meurisse

    tooltip not fully showing in scrollableDataTable column data

    abcd1

      hiii everyone

      i want to use a tooltip in my scrollableDataTable columns.
      this is the code

      <h:outputText value="#{row.name}" id="tooltip">
      <rich:toolTip followMouse="true" id="tool" >
      <h:panelGrid columns="4">
      <f:facet name="header">
      <h:outputText value="Vehicle details:" />
      </f:facet>
      <h:outputText value="milage:" />
      <f:facet name="footer">
      <h:panelGroup>
      <h:outputText value="Footer of Tooltip"/>
      </h:panelGroup>
      </f:facet>
      </h:panelGrid>
      </rich:toolTip>
      </h:outputText>

      but the output im getting is

      [img]E:\tooltip.bmp

      only a part of the tooltip is showing.
      anyone know this problm

      thanks in advance[/img][/url]