Re: [flexcoders] Proper syntax for sending an array of value objects from ColdFusion to Flex

2008-06-27 Thread Tom Chiverton
On Thursday 26 Jun 2008, holmgren.eric wrote: When I try to cast the result of the remote object to an ArrayCollection, I get the following: TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL PROTECTED] to mx.collections.ArrayCollection. The response in Service Capture looks

[flexcoders] Proper syntax for sending an array of value objects from ColdFusion to Flex

2008-06-26 Thread holmgren.eric
OK, one last post concerning value objects. I have them going both ways between Flex and ColdFusion now, but I can seem to receive an array of them in Flex. When I try to cast the result of the remote object to an ArrayCollection, I get the following: TypeError: Error #1034: Type Coercion