Hi all,
Currently i am validating my form ( having 10-12 fields ) by
using adobe's article.
http://www.adobe.com/devnet/flex/quickstart/validating_data/
The form contains texInputs, comboboxes, numeric steppers etc. For small no
of items, the above approach works, but as no of items n types of items
increase, it becomes mess. The main issue i am facing that other than this
is i have two password( one for confirmation) fields. I have separate
validators for each of them. Plus i have additional function which validates
if both are equal. My question is , is it possible to create validator which
can validate two other validator? Or can we have validator having two
sources ? Is there any other good example of complex validations?
Regards,
Yogesh