RE: [flexcoders] Re: Returning Object Instances from ColdFusion

2005-11-21 Thread Peter Farland
Benoit, both of those approaches are Flex 2.0 only. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benoit Hediard Sent: Sunday, November 20, 2005 6:56 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Returning Object Instances

RE: [flexcoders] Re: Returning Object Instances from ColdFusion

2005-11-20 Thread Benoit Hediard
I think that you should use the Flex Metada RemoteClass in your AS class: [RemoteClass(alias="CFIDE.samples.usermanager.components.User")] public class User { ... } But apparently, it is not yet supported in current alpha release... So for the moment, you have to use "registerClassAlias" : public