> > Is it possible at all to have content at / ? Trying to mount something at > "/" > results in an error and I'm wondering of there's a workaround.
By default it displays your home page (actually the page represented by the page class returned by WebApplication's getHomePage() method) if you configure WicketFilter to the /* url.
