I have a lot of forms and need to validate so I try to build a common class to do that?
Do you have a idea how to do that? I try many time but I have a lot errores now. Thanks Mark --- In [email protected], "markflex2007" <markflex2...@...> wrote: > > Hi, > > I try to build a validation class with AS. I extends UIComponent to build the > class,but I an not use "this.addChild(stVar);" because UIComponent only can > addChild with DisplayObject. > > which class I can use to take place "UIComponent" and I can use addChild with > validator object? > > Thanks > > Mark >

