3 Replies Latest reply on Feb 1, 2011 10:00 AM by niknik77771

    a4j:commandButton does not extends h:commandButton

    niknik77771

      May be it would be better that a4j:commandButton will just extend h:commandButton behavior?

      For example:

      <h:commandButton value="Enter" actionListener="#{operator.logoutAction}"/>

      is not same as:

      <a4j:commandButton value="Enter" actionListener="#{operator.logoutAction}"/>