I have ran across this issue before and seem to have finally come across a
solution.  The issue: say I have a CFC called Person which has a property
addressArray that is a array of Address CFCs.  If the associated
Person.asobject has addressArray: ArrayCollection(); things don't
work, addressArray
has to be a Array().  I blogged about away to get around this with a
mutator.

http://www.cubicleman.com/2007/02/13/coldfusion-and-flex-composite-cfcs-and-arrays/

HTH someone

--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

Reply via email to