9 Replies Latest reply on Jun 6, 2012 10:44 AM by bleathem

    'tooltip.popup' is null or not an object

    madhukarhere

      Hi,

       

      i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.

       

      :246

      :21

      :'tooltip.popup' is null or not an object

       

       

      <code for review>

      ---------------------------------------------------------------------------------------------------------------------------------------------------

      <rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">

      <f:facet name="header">

      <a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>

      <rich:tooltip>#{row.name}</rich:tooltip>

      <h:outputText value="#{row.name}"/>

      </rich:column>

      --------------------------------------------------------------------------------------------------------------------------------------------------

      Please help in fixing this issue.