RE: REPSOST: [flexcoders] validating multiple fields

2007-04-24 Thread Kenneth Sutherland
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: 23 April 2007 22:22 To: flexcoders@yahoogroups.com Subject: Re: REPSOST: [flexcoders] validating multiple fields Here's how I would do it: mx:Model id=person name custName first{firstInput.text}/first

Re: REPSOST: [flexcoders] validating multiple fields

2007-04-23 Thread Manish Jethani
Here's how I would do it: mx:Model id=person name custName first{firstInput.text}/first middle{middleInput.text}/middle last{lastInput.text}/last /custName /name /mx:Model mx:TextInput id=firstInput/