2 Replies Latest reply on Oct 12, 2009 7:49 AM by rua

    action not fired if h:commandButton was disabled

      Hi there,

      I have a h:commandButton which is initially disabled. It is enabled via a4j:support and a actionListener of another component. Work fine. The button is enabled after some criteria is met.

      However action is not called and navigation doesn't work.

      If I don't do that enable/disable thing with the h:commandButton (or h:commandLink.. same behaviour) everything works fine. Navigaton to the new page succeeds.

      Any ideas?