I've used the <mx:Validator> component and extended it with my own action
script code.  This has worked quite well for me when validating a single
form item.

Now I have two items that are dependent on each other.

Soft quota ( values allowed 3, 7, 10)

Hard quota (values allowed 3, 7 , 10)

But, the hard quota must always be equal too or larger than the soft quota.
I'd like to implement this in a validator.  How do i reference other items
in a validator?

thanks

Tony

Reply via email to