Are you using RemoteObject to call cfc? If you do, check this one out... http://sherifabdou.com/2008/06/understanding-the-remoteclass-metadata-and-its-use-in-flex-and-coldfusion/
--- In [email protected], Greg Morphis <gmorp...@...> wrote: > > In the command result I have > public function result(event:Object) : void { > MyModel.getInstance().adminARCHeadlines = new ArrayCollection (event.result); > } > > adminARCHeadlines is an ArrayCollection in MyModel.as

