1 Reply Latest reply on Sep 25, 2009 3:33 AM by ilya_shaikovsky

    a4j:commandButton/commandLink actionListener is not called

    javatwo

      a4j:commandButton/commandLink actionListener is not called. It should be called before Model Update.

      <a4j:commandButton value="click me" action="#{bean.sayHello}"
      actionListener="#{bean.sayFoo}" />

      The method

      public void sayFoo(ActionEvent e) {
      ...
      }

      is not called.

      Thanks for help.
      Dave