Hi I have a simple one as shown below that displays bordercontainer and contentpane. I do not understand why the bordercontainer\'s id is registered twice since I only have one
Becuase you have parse() its 2 times.
parse()
Here dojoConfig = { parseOnLoad: true };
dojoConfig = { parseOnLoad: true };
and here parser.parse();
parser.parse();
Just parse only one the problem will solve.
parse