On Mon, Nov 10, 2008 at 5:09 PM, Charlie Dobbie <[EMAIL PROTECTED]> wrote:

> As default, anything in a <wicket:head> section gets included on the page.
> See the following:
>
>
> http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Elementwicket:head
>
> Otherwise, I'd say look into IHeaderContributor.
>
> --Charlie.
>
>
>
> 2008/11/10 Thies Edeling <[EMAIL PROTECTED]>
>
> > Hello,
> >
> > At my current project the header and footer of each page is generated by
> a
> > CMS, Fatwire, and provided as plain html. The generated header  includes
> the
> > <head> section (with lots of  javascript/css includes) and some layout
> tags.
> > In a JSP application the header/footer were jsp:included and any
> > javascript/css files the application needed would be statically added in
> the
> > CMS itself.
> > How to do this with Wicket? Contributions to the body of the html page is
> > not a problem, I can parse them out of the provided html and add them as
> a
> > Label or such but what's the best way to deal with a provided<head>
> section
> > ?
> >
> > gr,
> > Thies
> >
>

Reply via email to