I'm using vSphere SDK 5.5.0 and DisposeManager is calling removeAllElements but I have not put any DisposeManager extension in my plugin.xml.
Here's the scenario: The view works as expected the first time it is displayed. But if I then use the vSphere back button and pause for a few seconds. DisposeManager will call removeAllElements and remove all the elements of a particular component, but not all the components in the containing component. The elements that are being removed are part of a view that vSphere has cached. So when the view is resused the elements removed by DisposeManager are now missing. The elements are missing because they are only created in Flex generated coded when their parent component is created.
Is there a way I can prevent DisposeManager from removing elements of a component?
Thanks,
-Darrell