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