Hello web2py users, I just started messing around with components and am having a little problem. Here is part of my view :
<body>
<div>{{=LOAD('default','addTreeComponent.load',
target='addTreeContainer')}}</div>
<div>{{=LOAD('default','treeInfoPanel.load',
target='treeInfoPanel')}}</div>
</body>
When the page renders, the treeInfoPanel is nested inside the
treeComponent. Can this happen? If you'd like me to provide more
info let me know.

