5 Replies Latest reply on Jun 8, 2009 7:18 PM by nbelaevski

    h:inputSecret and hibernate validator

    cstefkivoila

      I am facing a frustrating problem! :(

      The hibernate validators of an inputSecret are not fired if the field is empty.
      But the same validators are perfectly fired if I use an inputText.
      Why does this difference exist?

      To reproduce the problem, take the code from the 'BeanValidator' RichFaces demo and replace one of the inputText but an inputSecret.

      Thanks in advance for your help. :)