1 Reply Latest reply on Mar 30, 2007 8:35 PM by sergeysmirnov

    Problem with 3.0.1 snapshot ! ActionUpdateListener does not

    sammes

      Hi,

      I downloaded the latest rf 3.0.1 snapshot jar to get the modal panel working under IE6.

      After I got this working I saw, that standard things like passing parameters to the backing did not work.

      Something like that:

       <a4j:commandButton styleClass="button" value="Edit" action="GROUP_EDIT" immediate="true">
       <t:updateActionListener property="#{ruleGroupMaintenance.groupId}" value="#{ruleGroup.regId}"/>
       <t:updateActionListener property="#{ruleGroupMaintenance.view}" value="1"/>
       </a4j:commandButton>
      
      does not pass the id with the snapshot version of richfaces.

      Now it does not go into the backing bean, when pressing a button etc.

      It worked fine with version 3.0.0, but the modal panel does not work right in version 3.0.0.

      Any suggestions what to do ?

      regards