RE: [flexcoders] mx:States and databinding issue

2006-04-24 Thread Matt Chotin
ly in this case I think). Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Monday, April 24, 2006 9:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] mx:States and databinding issue I have a custom form component

[flexcoders] mx:States and databinding issue

2006-04-24 Thread sof4real03
I have a custom form component that broadcasts an event every time the form changes validation states: ContactDetails.mxml: [ChangeEvent("formValidationChanged")] Now the parent component of "ContactDetails" is CreateClientProfile.mxml and it uses an accordian to instantiate the ContactDetail