Adding required="true" should work:
<h:inputText value="#{name}" required="true"/>
See also
http://docs.jboss.com/seam/2.0.1.CR1/reference/en/html/validation.html
anonymous wrote : Note: specifying @NotNull on the model does not eliminate the
requirement for required="true" to appear on the control! This is due to a
limitation of the JSF validation architecture.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120576#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...