Expand my Community achievements bar.

ArrayCollection filled with 1 object and rest nulls

Avatar

Former Community Member






I have a dataservice that is returning an ArrayCollection to
flex. In the java fill method, I see that the objects are created
correctly. But on the flex side, in my COLLECTION_CHANGE handler
shows that my ArrayCollection is the correct size (8 for this
test), but only the last element contains a proper object, the
first 7 are nulls. I also see the event.kind is "reset" rather than
the "refresh" I was expecting.



Any ideas on this problem or how to better debug?



Thanks,

Steve



ps. 4 beers for all who help!!
0 Replies