[jboss-user] [JBoss Seam] - Re: How to force validation of Seam components bound to the

gavin.king@jboss.com do-not-reply at jboss.com
Wed Jun 27 15:24:10 EDT 2007


Well, thats a FAQ. JSF validators cannot validate null values. So @NotNull is ignored. You need to use required=true for that. Then you can use Hibernate Validator annotations for validating the entered value.

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

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



More information about the jboss-user mailing list