Hi guys, we have a problem with some ModalWindows. We are using a lot of them in our application and they are often nested in other ModalWindows. The problem is when we refer to the to the parent that creates the ModalWindow in this ModalWindow that parent-object is not same as the parent-object the WindowClosedCallback is in.
This only happen if there are more than 3 nested ModalWindows. Could be a problem with serialization: The parent-object gets serialized and on the WindowClosedCallback it gets deserialized. But the changes made in between this time are now lost. If that is right? How can we prevent the parent from being serialized? -Benjamin
