Wicket newbie - Quickstart help required

2009-02-19 Thread nicgould
Hi there, I set up a wicket 1.3.5 project using the quickstart instructions from wicket.apache.org. I successfully got the test page up and running using Jetty. I tried adding a basic form with a textbox to the page using code taken from Wicket in Action. However when recompiling I got the

Re: Wicket newbie - Quickstart help required

2009-02-19 Thread nicgould
annotations you need to compile against 1.5 the maven compiler plugin needs to be configured as in the example above. mf 2009/2/19 nicgould wic...@nicgould.co.uk Hi there, I set up a wicket 1.3.5 project using the quickstart instructions from wicket.apache.org. I successfully got the test page

Re: Wicket newbie - Quickstart help required

2009-02-19 Thread nicgould
1.5 and forward. Regards, RJ. nicgould wrote: Hi there, I set up a wicket 1.3.5 project using the quickstart instructions from wicket.apache.org. I successfully got the test page up and running using Jetty. I tried adding a basic form with a textbox to the page using code taken

Re: Wicket newbie - Quickstart help required

2009-02-19 Thread nicgould
It's a forbidden link for me but I get the hint ;) will read up on Maven myself. Thanks for your help anyway. Nic Martin Funk-3 wrote: Maybe this spoon will feed you right: http://www.sonatype.com/download.php?file=books/maven-definitive-guide.pdf 2009/2/19 nicgould wic