[jboss-user] [JBoss Seam] - Re: Validator gets called twice

pete.muir@jboss.org do-not-reply at jboss.com
Mon Nov 12 09:57:25 EST 2007


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#4103710

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103710



More information about the jboss-user mailing list