|
James,
Please see the below code snippets, this works for
us...
HTH,
Allen
<vo:PaymentVO id="editedPayment"label ="{labelTextInput.text}" ><mx:StringValidator field="editedPayment.label"/>import mx.validators.Validator; public function addHandler( event ):Void{ if (!Validator.isStructureValid(this, 'editedPayment')) return;} From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: 28 January 2005 23:58 To: [email protected] Subject: RE: [flexcoders] Validator + ValueObject It’s because you’re
probably not using binding to setup the relationship between the contactVO and
the form fields. All you need to do is on your validators set the listener
property to be the TextInput that is the source. Matt From: James
Ward [mailto:[EMAIL PROTECTED] Has anyone ever tried to use the Validator with a
ValueObject instead of |
- RE: [flexcoders] Validator + ValueObject Matt Chotin
- Allen Manning

