Still no solution to this problem. I can render sub-webParts in a global webpart by calling their createChildControls methods in the global webpart createChildControls (ditto for createEditorParts and renderContents if reimplemented), but to do this I need some description of my global webpart.
This would be probably easiest to attain by exporting (adding webpart sequence information) webparts from a zone where I created my collection of sub-webparts, and then reimporting this sub-webpart and sequence information to a common global webpart class. However, this where I get this exception...
Even then, this gives (would give...) me a global webpart containing the controls of other individual webparts, but these sub-webparts can't be moved around individually, because they arent webparts anymore. In my case, I can live with such a solution
Any help on this would be much appreciated, be it only for the exportwebpart exception.
Sam