I think when you get the data back event.result is not the array of headlineVO;
On your MyModel where you define adminARCHeadlines;
can you try this..
[Bindable]
[ArrayElementType("your fqn of headlineVO")]
private var adminARCHeadlines:ArrayCollection;
note: your fqn of headlineVO, for example com.test.vo.headlineVO(where u define
ur vo.
--- In [email protected], Greg Morphis <gmorp...@...> wrote:
>
> if it's event.target.selectedItem as headlineVO then currVO is always null..
>

