2 Replies Latest reply on Jul 29, 2009 7:42 PM by rguillemette

    commandLink : disabled property did not work

      Hello!

      When I use a commandLink, the disabled property did not work.
      I use Richfaces 3.3.1.

      Simple example:

      
      <h:form>
       <rich:panel>
       <a4j:commandLink action="none" value="Test" disabled="true" />
       </rich:panel>
       </h:form>
      


      Regard.