RE: [flexcoders] Saving object graphs 2 (losing backreferences)

2006-03-27 Thread Matt Chotin
Did you have any lazy references set up in the mappings? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pepe_perez_perez_perez Sent: Saturday, March 25, 2006 2:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Saving object graphs 2

RE: [flexcoders] Saving object graphs

2006-03-23 Thread Peter Farland
ArrayCollection on the server extends ArrayList so that should work, but if you've got ManagedProxies instead of Books then it's likely the Book client type wasn't linked in to the SWF and/or properly registered with the correct [RemoteClass(alias=...)] metadata. Can you try adding a reference to