[jboss-user] [JBoss Seam] - Re: s:validateAll don't works.

Lundegaard do-not-reply at jboss.com
Wed Jan 16 12:48:48 EST 2008


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#4120576

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



More information about the jboss-user mailing list