RE: [flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Jeff Vroom
If you make a change to the collection property on the client side, we queue an "update" message for the parent item of that collection. This update will send down the entire collection, then push it to other clients even if you only added or removed one item from the collection. If your collectio

RE: [flexcoders] Re: Manual refresh nested collection in LCDS managed object

2008-01-10 Thread Jeff Vroom
Yes, that is in Java. If you are in ActionScript, usually you have the collection property on the client already and so just make a change to it using the collection apis. When you commit, it should apply those changes on the server. I started to answer your next question a few times and ea