Please try
public function result(evt:Event) :void
{
var dummy :headlineVO; // dummy
MyModel.getInstance().adminARCHeadlines = new ArrayCollection (event.result);
}
--- 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
>
> How do I tell it that it's an ArrayCollection of VOs?
>