Are there any examples of a modular wicket application? I'm specifically
having trouble getting maven to compile a jar which contains a sub-class of
WebPage.

Using 1.4.2 and have attempted with 1.4.1/1.4.0, packaging a Panel etc...
all seems to work fine.

demo/locator/web/components/BasePage.java:[17,8] cannot find symbol
> symbol  : method add(org.apache.wicket.markup.html.basic.Label)
> location: class demo.locator.web.components.BasePage
>

Reply via email to