Re: Bug using multiple "parent" components

2007-02-22 Thread Dennis Kempin
I made some more debugging.. The element is added to the end of the template instead, using addToBody: Dennis Kempin wrote: > Hi, > > I want to create a component that wraps all page common html layout into > one template. Just like this: > > RootComponent: > ... > >

Bug using multiple "parent" components

2007-02-22 Thread Dennis Kempin
Hi, I want to create a component that wraps all page common html layout into one template. Just like this: RootComponent: ... ... TestPage: This is the content Works great as long as i dont have two Wrap-around components like this: R