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