3 Replies Latest reply on Oct 16, 2007 11:26 PM by sergeysmirnov

    RF 3.2.0 : actionparam value null within a4j:support

    haoues01

      Hi all,

      I've recently upgraded to RF 3.2.0 and all my screens that contains a4j:support within dataTable don't work since then. The action and listeners methods are called but the ActionEvent contains null value ! I tried all possible combinations between ajaxSingle and immediate attributes but the problem remains.

      Any help would be great. Thanks.

      Below a code snipet:

      <rich:dataTable id="list_sea_dt" value="#{seasonEdit.seasonList}"
      var="seasonWpr" rows="15" first="#{seasonEdit.rowToEdit}" ...>
      <a4j:support event="onRowDblClick" rendered="#{seasonEdit.btNew}" action="#{seasonEdit.edit}" actionListener="#{seasonEdit.load}" reRender="list_sea_op" >
      <a4j:actionparam name="season_id" value="#{seasonWpr.val.id}" />
      </a4j:support>
      <f:facet name="header">
      <rich:columnGroup>
      <rich:column colspan="8" >
      ....
      </rich:dataTable>