[jboss-user] [JBoss Seam] - Re: Problem with validation and entityHome

matt.drees do-not-reply at jboss.com
Sat Jan 12 10:34:14 EST 2008


s:validateAll only checks field-level validation, not class-level validation, which includes @AssertFalse.

Currently, the simplest way (IMO) to validate multiple fields is to put some logic in your action method.  The booking example does this with regards to checkin and checkout dates, IIRC.

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

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



More information about the jboss-user mailing list