Just one technique: using AS, throw the validators into an ArrayCollection on 
creationComplete.  Before you submit, loop through the validators and execute 
the validate() function on each.  If one fails, bail out.  The docs can show 
you how to work with ValidationResultEvent.  Also remember that all validators 
can be cast as Validator; regardles of the subclass.

-TH

--- In [email protected], Laurence MacNeill <lmacne...@...> wrote:
>
> At 08:13 PM 5/18/2009, you wrote:
> 
> 
> 
> >Almost seems like you'd want to loop through the validators instead,
> >huh?
> >
> >-TH
> 
> Didn't know I could do that...  How would I go about doing that?
> 
> Thanks,
> 
> Laurence MacNeill
> Mableton, Georgia, USA
>


Reply via email to