8 Replies Latest reply on Apr 10, 2009 1:44 AM by gangadhar_nitta

    Unable to select row in rich:datatable using rich faces 3.2.

    gangadhar_nitta

      Hi

      I have just upgraded richfaces 3.1.2 to 3.2.2.SR1 and unable to select the row in rich:datatable, but it is worked with richfaces 3.1.2.

      Please see the below code and suggest me how to resolve this issue.
      -------------------------------------------------
      ------------------------------------------------
      <rich:dataTable id="searchdatatable"
      value="#{list}" var="listSearch"
      rendered="#{list.rowCount>0}"
      >
      <a4j:support event="onclick"
      action="#{listAction.select}"
      reRender="listpanel">
      <a4j:actionparam
      assignTo="#{list.listID}"
      name="listform:RowId"/>
      </a4j:support>
      ------------------------------------------------------
      ---------------------------------------------------