9 Replies Latest reply on Oct 15, 2007 10:04 AM by igx89

    Empty DataTable cells missing borders

      If I have an empty cell in a datatable, it is missing borders (specifically the bottom and right). As a simple example:

      <h:column>
       <f:facet name="header">
       <h:outputText value="header" />
       </f:facet>
       1
      </h:column>
      <h:column>
       <f:facet name="header">
       <h:outputText value="header" />
       </f:facet>
      </h:column>
      <h:column>
       <f:facet name="header">
       <h:outputText value="header" />
       </f:facet>
       3
      </h:column>


      Do I need to add a parameter somewhere now? Or is this a bug?

      This problem was not in 3.1, but is in 3.1.1-CR1 and newer (possibly older too).