Hi,

I have a page that extends another page, and concequently the "parent" page template contains the <body> element that is beeing rendered. The "subpage" template contains:

<body>
        <wicket:extend>
                content...
        </wicket:extend>
</body>

In some pages I would like to add either an id or class to the body element. How I can get a hold of the body to do this from the Page-class?

Sorry for the bad explanation :)

Sincerely,
Edvin Syse
Syse Data AS


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to