[jboss-user] [JBoss Seam] - Object Level Validation

2007-10-10 Thread swd847
Is it possible to do object level validation in Seam? e.g. I have an @AssertTrue on one of my entities and I was wondering if there was a easy way to perform validation based on this. At the moment I am having to roll my own, which is less than optimal. View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Object level validation

2006-12-28 Thread awhitford
I am creating JPA/EJB3 entity objects, and am using Hibernate Validation annotations for some basic constraints. And I definitely like how this validation framework is leveraged by Seam -- DRY! But how can I best provide semantic object level validation? For example, imagine that I have a Bon