--- In [email protected], "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > Change the model property referenced by the ArrayCollection source > to "animalList.pet" and specify it as an array (an Object is > returned when there is only a single item), and it should work: > > <mx:ArrayCollection id="anListAC" > source="{ [ animalList.pet ] }"/>
Ah! Thanks!! That did the trick!!!! Yay!!!

