you can also give a selectedRange then that error is prevented.
> Date: Thu, 26 Sep 2013 14:14:21 +0200 > Subject: Validate two fields in a validator > From: shervin.asg...@webstep.no > To: users@flex.apache.org > > 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