And in that webmarkupcontainer, override istransparentresolverand return
true.
That will allow you to add components directly to the page without having to
add them all to the body's web markup container.

Jeremy Thomerson
-- sent from my smartphone - please excuse formatting and spelling errors

On Jun 22, 2010 5:00 AM, "Martin Grigorov" <[email protected]> wrote:

Make <body> a regular Wicket component: <body wicket:id="theBody">
Then in .java:
WebMarkupContainer body = new WebMarkupContainer("theBody");
body.add(new (Simple)AttributeModifier(....))

afair <body> is no more special element.


On Tue, 2010-06-22 at 09:51 +0200, Dr. Wolf Blecher wrote:
> Hi all,
>
> I have the following situ...

Reply via email to