I'm trying to add an arrayCollection of VOs to another VO as a property in the following way:
[ArrayElementType("com.ics.vo.ChoiceVO")]
public var CHOICES:ArrayCollection;
But when I run my flex project, I get the following error:
ReferenceError: Error #1056: Cannot create property CHOICES on
com.ics.vo.DecisionVO
Does anyone have any suggestions on how to resolve this problem?
Thanks,
Adrian

