Don, The ArrayCollection contains an array of references. When doing the for each loop, xyz2 is a reference to the original object you created in the previous loop.
--Josh On 9/19/07, donvoltz <[EMAIL PROTECTED]> wrote: > > This is where I am confused. > > if I do > > xyz2.address = "Some Address" > > Am I not just updating the xyz2 variable and not actually the > arrayCollection?? (I am unclear if there needs to be some additional > binding to this) > > Also, what if the array collection is actually holding a collection of > references to a custom component. When the array collection is updated, > will the custom component actually see its property change as well?? > > Thanks for the help > > Don > > >

