The validator is called once by JSF to validate your entity in the PROCESS VALIDATION
phase and once by hibernate when inserting data to the database. You need to write your
Validator to be consistent and not return different results depending on the state of
other fields in the entity.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103710#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...