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
/" homepage and everything then navigates from there. To allow additional direct URLs they need to be "mounted". -Original Message- From: Mike Quilleash [mailto:mike.quille...@junifersystems.com] Sent: den 27 maj 2010 19:34 To: users@wicket.apache.org Subject: Basic page routi

Basic page routing

2010-05-27 Thread Mike Quilleash
Hi all, I'm a new user to wicket. I'd heard some good things about it so I thought I'd try it out for a mini-web project I have. Using Wicket 1.4.18 and Java 6. I have an existing application using Spring (@Autowired everywhere) and I want to use some of the existing spring beans. In the sho