How do we apply cross-field validation using the hibernate 3.1.0.GA validator
create a user table (id, start_date, end_date, ...) for example, graduation from college for a student must be more than the end date of training.
How do we ensure this so that validation messages can be displayed in the user interface when performing save and update operations. User interface built using JSF, Richfaces
source
share