1 Reply Latest reply on May 12, 2008 5:46 PM by sergeysmirnov

    richfaces 3.2.0 SP1: actionparam may be broken

    justinmiller

      I just tried upgrading to the latest version of richfaces, 3.20 SP1, from 3.1.4.

      Actionparam's no longer work for me in this context:

      <a4j:form ajaxSubmit="true">
      <rich:tree>
       <rich:recursiveTreeNodesAdapter...>
       <rich:treeNode ...>
       <h:panelGroup>
       <a4j:commandLink actionListener="#{...}" ...>
       <a4j:actionParam assignTo="..." name="..." value="..."/>
       </a4j:commandLink>
       <a4j:commandLink value="Another Link"/>
       </h:panelGroup>
      ...
      </a4j:form>
      


      The actionListener does indeed get called, but the assignTo value is null.

      This works under 3.1.4.

      Am I just doing something fundamentally wrong here?

      Thanks,
      Justin