Re: [Wicket-user] [examples] Believe it or not cannot get HelloWorld example working

2005-08-10 Thread Alex Karasulu
Hi Gwyn, Thanks for taking the time to respond. I tried the war as you suggested in Jetty and got the same problem. There has to be something wrong with what I am doing. The war must be messed up but I cannot seem to isolate exactly what is going on. Could you checkout the project and

Re: [Wicket-user] [examples] Believe it or not cannot get HelloWorld example working

2005-08-10 Thread Martijn Dashorst
Alex Karasulu wrote: Thanks for taking the time to respond. I tried the war as you suggested in Jetty and got the same problem. There has to be something wrong with what I am doing. The war must be messed up but I cannot seem to isolate exactly what is going on. Could you checkout the

Re: [Wicket-user] [examples] Believe it or not cannot get HelloWorld example working

2005-08-10 Thread Alex Karasulu
Martijn Dashorst wrote: Alex Karasulu wrote: Thanks for taking the time to respond. I tried the war as you suggested in Jetty and got the same problem. There has to be something wrong with what I am doing. The war must be messed up but I cannot seem to isolate exactly what is going on.

Re: [Wicket-user] [examples] Believe it or not cannot get HelloWorld example working

2005-08-10 Thread Gwyn Evans
Hi, I'm not the Maven expert (I use Ant!) but in the IntelliJ project, there are 4 things you'll need to fix, I think. Martijn's noted one, which is that we're guessing that there's a confusion between the /helloworld of the web-app, and the /helloworld of the Wicket app within the web-app. If

Re: [Wicket-user] [examples] Believe it or not cannot get HelloWorld example working

2005-08-10 Thread Gwyn Evans
Ah - I see you've figured it out - the HomePage idea is ok as far as it goes, but above that there's still the servlet config and the web-app context, which are both involved before the Wicket servlet gets invoked. /Gwyn On 10/08/05, Alex Karasulu [EMAIL PROTECTED] wrote: Martijn Dashorst

[Wicket-user] [examples] Believe it or not cannot get HelloWorld example working

2005-08-09 Thread Alex Karasulu
Hi, I just tried the kickstart successfully then thought I'd take a look at getting maven to build a war of the hello world example. For some reason I cannot get it to work. I have checked in the code to a public repository along with the maven configuration here: