RE: [flexcoders] Re: flex with coldfusion cfc's

2005-07-29 Thread Battershall, Jeff
RoleID="{intPrimaryRoleID.selectedItem.data}" bitTempPasswordFlag="{bitTempPasswordFlag.selected}" chrStateAbbr="{chrStateAbbr.selectedItem.data}"/>   Jeff -Original Message-----From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, Ag

RE: [flexcoders] Re: flex with coldfusion cfc's

2005-07-29 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: flex with coldfusion cfc's Jeff, How do you handle two-way binding in that case? Agha Mehdi IDT - eBusiness Program Manager -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Battershall, Jeff

RE: [flexcoders] Re: flex with coldfusion cfc's

2005-07-29 Thread Battershall, Jeff
To bind your CFC values to your form fields, you should have a local model that is going to hold your returned values (or default ones) and can be used as a source for binding. I've gotten in the habit of creating a AS class model that accepts the returned values from my RO call which has public p