[jboss-user] [JBoss Seam] - Re: some help with <s:validate/> please...

petemuir do-not-reply at jboss.com
Fri Oct 27 17:36:43 EDT 2006


JSF only runs validatation (in this case the HibernateValidator via the s:validate/s:validateAll tags) if the input field isn't empty.  To check that a field is not null / not an empty string you need to use the required="true" attribute on the JSF component tag.

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

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



More information about the jboss-user mailing list