Re: Basic page routing

2010-05-28 Thread Iain Reddick
" To: users@wicket.apache.org Sent: Friday, 28 May, 2010 11:43:00 AM Subject: RE: Basic page routing OK it seems I was missing the concept of bookmarkable page. Adding the following line into my Application.init() solved it for that page. mountBookmarkablePage( "/HomePage", HomePa

RE: Basic page routing

2010-05-28 Thread Mike Quilleash
OK it seems I was missing the concept of bookmarkable page. Adding the following line into my Application.init() solved it for that page. mountBookmarkablePage( "/HomePage", HomePage.class ); I guess the default wicket config is to only allow direct URL access via the "/" homepage and everythin