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:
> ...
>
>
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