1 Reply Latest reply on May 11, 2009 7:20 AM by ilya_shaikovsky

    rich:extendedDataTable, one row, select it

    svande

      Hello world!
      Anyone recognizes this problem:
      I use that funky rich:extendedDataTable. Now when I have only one row in the table I can not select it.
      When there is more than one row, I can select one row.

      This is my table def:

      <rich:extendedDataTable
      id="table"
      var="_var"
      rows="#{tableBean.numberRowsOnPage}"
      sortMode="multi"
      rowKeyVar="row"
      binding="#{tableBean.table}"
      selection="#{tableBean.selection}"
      onselectionchange="onSelectionChange();"
      value="#{tableBean.items}"
      selectionMode="multi"
      rendered="#{not tableSearchForm.formEmpty and tableBean.items.size() != 0}">


      Cheers,
      Wilfred