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

