0 Replies Latest reply on Mar 5, 2009 2:44 AM by cgunia

    extendedDataTable: Selection problem with only one item in l

    cgunia

      We're using RichFaces 3.3.0GA and IE6

      When there's only one item in an arrayList used as value for extendedDataTable it is not possible to select this item in the list.

      The onRowClick Event is fired (found that out by using a4j:support) but the row is not selected and the Selection (binding on selection attribute) is not changed (size of keys is 0).

      Right now we simply put a dummy item in the value-list. With two or more items selection works without problems.

      Does anyone else have this problem? Any solution?