5 Replies Latest reply on Oct 1, 2007 7:21 AM by ilya_shaikovsky

    a rich:dataGrid bug

    jyc5131

       

      <rich:dataGrid value="#{testMgr.rows}" var="row" columns="6" >
       <img src="test.gif"/>
       </rich:dataGrid>

      if the rows is 0, then rendered a error table
      <table class="dr-table rich-table " id="j_id21:j_id23" border="0" cellpadding="0" cellspacing="0">
       <colgroup span="component.attributes['columns']"></colgroup>
       <tbody>
       <td class="dr-table-cell rich-table-cell "> </td>
       <td class="dr-table-cell rich-table-cell "> </td>
       <td class="dr-table-cell rich-table-cell "> </td>
       <td class="dr-table-cell rich-table-cell "> </td>
       <td class="dr-table-cell rich-table-cell "> </td>
       <td class="dr-table-cell rich-table-cell "> </td>
       </tr></tbody></table>

      there are a missing!!!!