2 Replies Latest reply on Feb 14, 2011 5:51 AM by sudda_1

    RichFaces validation support ?

    sudda_1

      < h:inputText value="#{qaConfigMBean.qaPercentage}">

       

      < f:validateLongRange minimum="0"  maximum="100"/>

      < rich:ajaxValidator event="onchange"/>

       

      </ h:inputText>

       

       

       

       

       

       

       

       

       

       

      Is there RichFaces support for the following during validaion:

       

      1) Highlight error field( i.e Change background color )

       

      2) On form submit is there a way to show all validation error messages in a popup window ?

         <rich:messages /> shows them inline.    

       

      Thanks.