2 Replies Latest reply on Sep 16, 2009 9:24 AM by germandev

    extendedDataTable selection issue

      Hi!

      I defined an extendedDataTable the following way on a project using JBoss Seam 2.2 and JBoss AS 5.1.0.GA:

      <rich:extendedDataTable rowKeyVar="rkv" enableContextMenu="false" id="table" selectionMode="multi" height="290px" selection="#{aeHome.sel}" width="650px" value="#{aeList.resultList}" var="_art" sortMode="single" >
      ...
      


      while sel is a org.richfaces.model.selection.SimpleSelection object and accessible via getter & setter.

      Unfortunately the selection object is never accessed no matter how many rows are selected. The size() property is always 0.

      Is there anything I forgot or might try?

      Thank you in advance!