Hello, I am trying to come up with a way to notify a UI component (such as Form Item) that Validator has a failed. I thought this would be possible using the "Listener" property of the Validator. But it does not seem to work.
or to put it another way If you set the listener property of a validator to TextInput that textInput does get notified and it's validationResultHandler method is called. Since both TextInput and FormItem implement IValidatorListener I thought this would work, but it doesn't. And I don't know why. Can anybody shed some light on this one for me???? thanks Todd

