So here's what I'm trying to do:
I'm building a non-persistent object tree, of which I want to give the main object to a widget. In that widget, I want to get the object children, their children, etc. However, I run into a problem with the MxObject.fetch quite soon, the first object doesn't seem to know his children. Is there a clever way to work around this?