2 Replies Latest reply on Aug 28, 2007 5:53 AM by franck93

    Can't validate inputsecret with Ajax and hibernate validator

    franck93

      Has anyone been successful in performing ajax validation with hibernate validator annotations (@NotNull and @Length(min=6) for example) on an inputSecret field.

      When i try to do so the ajax does performs the validation but also resets the field to an empty string!!!

      I assume this has to do with the default jsf behaviour that is not sending back to the browser the values of inputsecret fields but i was wondering if anyone had found a workaround.