[jboss-user] [JBoss Seam] - Re: How to do multiple fields validation through Seam?

christian.bauer@jboss.com do-not-reply at jboss.com
Mon Apr 30 11:42:33 EDT 2007


You need to do that programmatically in your form action component (or whatever you have to process the form postback), e.g. call Hibernate Validator with the object you want to test, then pass on the return value as a FacesMessage to the UI (you can use the Seam facesMessages component for this).


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041886#4041886

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



More information about the jboss-user mailing list