You are here: irt.org | About | Feedback | 4060 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q879
Sent by
Philip Chalmers on August 07, 2002 at 17:14:01:
Worth:
Worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
This is OK provided the object is not part of a hierarchy with both parent and child pointers. If it is part of such a hierarchy, you get a recursive lop and the browser runs out of stack space.
So I do't think there is a general solution to this problem. At the very minimum you have to know which properties are parent pointers and avoid making them new cloneObjects. But that may also fail if you delete the try to restore a whole sub-tree of a hierarchy, because some of the saved parent pointers will now point to nothing.
Other feedback on 'irt.org FAQ Knowledge Base Q879' - show all