When I add, Ajax=True to the LOAD call, they are in separate DIVs.
On Oct 22, 10:52 am, "topher.baron" <[email protected]> wrote: > 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.

