[flexcoders] Cannot assign arraycollection[i] value to VO variable due to ObjectProxy

2009-01-05 Thread jeremysavoy
I have an array collection that is a collection of ContactVO items. When I debug and look at the ArrayCollection, each item, [0], [1], etc is of type ObjectProxy, and inside each of these there is an object that then contains the ContactVO fields. I'm assuming they are ObjectProxy because I

Re: [flexcoders] Cannot assign arraycollection[i] value to VO variable due to ObjectProxy

2009-01-05 Thread Manish Jethani
On Sat, Jan 3, 2009 at 4:24 AM, jeremysavoy jeremysa...@yahoo.com wrote: I have an array collection that is a collection of ContactVO items. When I debug and look at the ArrayCollection, each item, [0], [1], etc is of type ObjectProxy, and inside each of these there is an object that then