5 Replies Latest reply on Apr 9, 2009 8:13 AM by nbelaevski

    a4j:support is not working in rich faces 3.2.2.SR1

    gangadhar_nitta

      Hi,

      I am upgraded my project with seam 2.1.1.GA. from 2.0.1.GA.

      Here I am facing one issue.

      Once we clicked on any row in rich:datatable , that corresponding data will be displayed in next screen. But this functionality is not working.

      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>
      ------------------------------------------------------
      ---------------------------------------------------
      After clicked on ROW in datatable, the seam component action is not calling in a4j:support.


      But the same functionality was worked with SEAM 2.0.1.GA and richfaces 3.1.2.

      Please suggest me how to resolve this issue.

      Regards,
      Gangadhar