1 Reply Latest reply on Jun 20, 2011 11:40 PM by nbelaevski

    is the  <rich:graphValidator> have a problem with   <f:validateBean/>

    mohammad-noor

      Hello All,

      i want to share you my problem,

      i work on JSF2 + richFaces + JSR 303 validation

      i have a page that have a <rich:graphValidator>

      assume my code in short as follow:

       

      <rich:graphValidator groups="Group">

             <h:inputText  id="carName"  value="#{carDataBean.carName}"  ">

                <f:validateBean disable="false"  validationGroups="test.MyGroup"/>

                <rich:validator/>

             </h:inputText>

      </rich:graphValidator>

       

      this code didn't work with me(vaidationGroups does not work) , but when i remove   <rich:graphValidator> it works fine.

      so i want to ask, is the  <rich:graphValidator> have a problem with   <f:validateBean/>, or what is the problem?

       

      Regards

      Mohd. Noor