Actually, I just saw u have RemoteClass metadata already.

please try this...
public function result(event:Object) :void
{
   var temp :HeadLineVO; //just fake, that we import and use the class.

   MyModel.getInstance().adminARCHeadlines = new ArrayCollection (event.result);
}


--- In flexcoders@yahoogroups.com, Greg Morphis <gmorp...@...> wrote:
>
> In the command result I have
> public function result(event:Object) : void {
> MyModel.getInstance().adminARCHeadlines = new ArrayCollection (event.result);
> }
> 


Reply via email to