[jboss-user] [JBoss Seam] - Re: validation not performed after submit

bfo81 do-not-reply at jboss.com
Wed Aug 16 14:42:18 EDT 2006


@NotNull has no effect on validation. And the @Length annotation is only used when the value is not null.

So you need to add required="true" to your h:inputText to make it work ;).



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

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



More information about the jboss-user mailing list