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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
