Yep. Or more convoluted yet:-) -Create you empty page MyHome.java -Use resource settings IResourceSettings.addResourceFolder("path to webapp") to mount webapp -And place MyHome.html there...
Haven't tried this but it might work??? Best, Ernesto On Fri, Feb 5, 2010 at 2:03 PM, James Carman <jcar...@carmanconsulting.com>wrote: > Or, just put an "empty" page class in there to control your static > HTML. Then, if you do ever discover that you want some dynamic bits > on your home page, you can easily add it. > > On Fri, Feb 5, 2010 at 5:35 AM, Ernesto Reinaldo Barreiro > <reier...@gmail.com> wrote: > > Just an idea: > > > > -Mount Wicket filter to something different from /* > > -Add and index.html to webapp folder. > > > > Ernesto > > > > > > On Fri, Feb 5, 2010 at 11:24 AM, Ashika Umanga Umagiliya < > > auma...@biggjapan.com> wrote: > > > >> Greetings, > >> > >> How can I set an static HTML page in webapp folder as my home page in > >> Application class instead of using Wicket Page ? > >> > >> thanks in advance, > >> umanga > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >> For additional commands, e-mail: users-h...@wicket.apache.org > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >