field « Seam « JPA Q&A





1. How can I validate a field as required depending on another field's value in SEAM?    stackoverflow.com

I'm trying to create a simple custom validator for my project, and I can't seem to find a way of getting seam to validate things conditionally. Here's what I've got: A helper/backing bean ...

2. How to compare and validate 2 fields when persisting an entity using Facelets + JPA?    stackoverflow.com

I am using Seam 2.2 with Facelets and I need to validate 2 fields from a JPA entity comparing both to check its values before insert. Here is fragment ...