RE: [flexcoders] Validator + ValueObject

2005-01-29 Thread Allen Manning
sStructureValid(this, 'editedPayment')) return; }       From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: 28 January 2005 23:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Validator + ValueObject It’s because you’re probably not using binding to setup the relationship be

RE: [flexcoders] Validator + ValueObject

2005-01-28 Thread Matt Chotin
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] Se