[jboss-user] [JBoss Seam] - Re: validation not performed after submit
petemuir
do-not-reply at jboss.com
Fri Aug 18 05:24:18 EDT 2006
It's a limitation in JSF. If JSF component has (required=false && value=null) then any validators attached won't be fired. In some ways it makes sense (e.g. you will always want an email address to be well formed, but you might not always require it to be input).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965986#3965986
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965986
More information about the jboss-user
mailing list