0 Replies Latest reply on Dec 5, 2008 1:44 PM by fkj

    Problem with rich:graphValidator and rich:messages

    fkj

      When I try to use rich:graphValidator + rich:messages the error message is not shown, only the icon. Same thing happens with h:messages. With h:message and rich:message it works fine.

      Here is my code:

       <rich:graphValidator value="#{gestaoClinicasBean}">
       <h:panelGrid columns="2">
       <h:outputLabel value="Nome:" />
       <h:inputText id="itNome" value="#{gestaoClinicasBean.clinica.nome}" label="Nome:" />
       </h:panelGrid>
       </rich:graphValidator>
       <rich:messages />
      


      Any ideas?

      Thanks,
      Felipe