yes. --- In [email protected], Matt Chotin <[EMAIL PROTECTED]> wrote: > Quick survey, do you ever use the Validators on RemoteObject, WebService, or > HTTPService requests? > > E.g., > > <mx:RemoteObject ...> > <mx:method name="someMethod"> > <mx:arguments> > <arg1>...</arg1> > <arg2>...</arg2> > </> > </> > </> > > <mx:StringValidator field="myRO.someMethod.arg1" ... /> > <mx:StringValidator field="myRO.someMethod.arg2" ... /> > > I tend to think that people have a Model that gets validated, and then only > if it's validated will it be passed on to the service. But I'm checking my > hunches and want to know if anyone uses the above technique. > > Matt

