Hi,
I'm writing my first own widget and everything worked fine until I tried to create it programmatic and add it to a contentpane. Since I cannot pass to widget itself, I have to pass it's domeNode by calling
"myWidget.domNode".
But when I do this, the following exception will be thrown:
"Couldn't create widgets in dijit_layout_ContentPane_3 Error: Tried to register widget with id==dijit_layout_SplitContainer_1 but that id is already registered"
