Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Muzak
Re: [flexcoders] data binding question for Cairngorm? > yes. > > I have the code > > > [Bindable] > public class PersonVO implements IValueObject > { > public var firstname:String; > ... > } > > But I still have the error. > > Mark > -- Flexco

RE: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Tianzhen Lin
oders@yahoogroups.com Subject: Re: [flexcoders] data binding question for Cairngorm? yes. I have the code [Bindable] public class PersonVO implements IValueObject { public var firstname:String; .. } But I still have the error. Mark - Original Message From: Muzak &l

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Mark Shen
:00 PM Subject: Re: [flexcoders] data binding question for Cairngorm? PersonVO itself must be Bindable. - Original Message - From: "Mark Shen" <[EMAIL PROTECTED]> To: Sent: Friday, December 28, 2007 6:45 PM Subject: Re: [flexcoders] data binding question for Cairngorm? &g

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Muzak
PersonVO itself must be Bindable. - Original Message - From: "Mark Shen" <[EMAIL PROTECTED]> To: Sent: Friday, December 28, 2007 6:45 PM Subject: Re: [flexcoders] data binding question for Cairngorm? > but I already have the following code in ModelLocator >

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Mark Shen
From: Tianzhen Lin <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, December 28, 2007 12:22:51 PM Subject: RE: [flexcoders] data binding question for Cairngorm? If personalData is a class itself, its class definition should also declare [Bindable], or emptstatus sho

RE: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Tianzhen Lin
28, 2007 11:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] data binding question for Cairngorm? Hi I have the carirngorm code here import ca.sb.CESF.ESF.vo.PersonVO; [Bindable] public var modelLocator:CESFESFModel = CESFESFModel.getInstance(); * personData is a instance of

[flexcoders] data binding question for Cairngorm?

2007-12-28 Thread markflex2007
Hi I have the carirngorm code here import ca.sb.CESF.ESF.vo.PersonVO; [Bindable] public var modelLocator:CESFESFModel = CESFESFModel.getInstance(); * personData is a instance of PersonVO and it is defined in CESFESFModel. I get a warning err