0 Replies Latest reply on Jan 29, 2009 5:40 AM by wajdopovitch

    Prblem with rich:ajaxValidator

    wajdopovitch

      hello,
      I work with Netbeans 6.5 and jsf
      I wanted to add controls to the fields of my form :

      <h:inputText id="name" required="true" >
       <f:validateLength maximum="10" minimum="3"/>
       <rich:ajaxValidator event="onblur"/>
       </h:inputText>
       <rich:message for="name" />

      the problem is that the error messages will be displayed after updating the page
      knowing that I did not change the web.xml / faces-config.xml

      -richfaces-api-3.3.0.GA.jar
      -richfaces-impl-3.3.0.GA.jar
      -richfaces-ui-3.3.0.GA.jar
      -hibernate-validator.jar

      Is there someone who has a proposal
      and thank you