I think it's been discussed before.. But I concur, even seam has
something.. Should'nt we just grab an opensource css template and use
that? However as for it going into the wicket core package im not
sure?

I actually have something that integrates the tango icons with wicket
btw ( http://tango.freedesktop.org/Tango_Desktop_Project ). Would it
be interesting for wicketstuff..

2009/9/18 Michael Mosmann <[email protected]>:
> Hi,
>
> do we have something like a default theme for wicket apps? Every grails
> app comes with a nice theme right from the start, ... i think we need
> something similar.
>
> -------------
> package org.apache.wicket.extension.theme;
>
> public class WicketDefaultTheme
> {
>  public static void apply(Page page)
>  {
>    page.add(... HeaderContributor with some css ...)
>  }
> }
> -------------
>
> mm:)
>
>
>

Reply via email to