advertisement

JSF: MultipleField Validations

At work we decided that we wanted all our validations on a page to happen within the validation phase of JSF. On trying this we got a lot of trouble from fields that had such a relation to other fields that you could only validate them as a whole. The problem here is that in [...] [...]