As you Need to validate if the date field changes or the reference date changes, you will Need to build a custom Validator which you can then bind to both fields.
Chris ________________________________________ Von: Shervin Asgari [[email protected]] Gesendet: Donnerstag, 26. September 2013 14:14 An: [email protected] Betreff: Validate two fields in a validator Hi. I have a date validator on each field which validates if they are a correct date. However, in one of the two date fields, I need to validate if it is after the other date. So this means I have to somehow get the other inputfield date in my validator. I have tried to do this using a listener on the other field, but it retrieves null. Any ideas how I can do this? Shervin
