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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078589#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...