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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...