Re: Close Pop-up Window From Server?

2012-04-18 Thread Dominik Sandjaja
Hi, I am not sure if I understood it correctly, but my first idea would have been to add a javascript to the popup window which fires AJAX calls and if the response from your server contains some code the window will close itself. To be honest, I have never tried anything like that and have

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
/localhost:8080 ? > If so consult with jetty-maven-plugin configuration. You need to set > the contextPath parameter. > > On Tue, Apr 3, 2012 at 9:53 PM, Dominik Sandjaja wrote: > > Am Dienstag, den 03.04.2012, 21:47 +0200 schrieb Jörgen Persson: > >> I did the

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
.5.5 -DgroupId=com.mycompany > > -DartifactId=myproject > > -DarchetypeRepository=https://repository.apache.org/ > > -DinteractiveMode=false > > 3) paste/run it in some folder > > 4) cd myproject > > 5) mvn jetty:run ( I use Maven 3.0.3) > > > > All is f

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
upId=org.apache.wicket > -DarchetypeArtifactId=wicket-archetype-quickstart > -DarchetypeVersion=1.5.5 -DgroupId=com.mycompany > -DartifactId=myproject > -DarchetypeRepository=https://repository.apache.org/ > -DinteractiveMode=false > 3) paste/run it in some folder > 4) cd myproject >

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
Hi, I also just experienced this same problem. A "plain" quickstart project with 1.4.19 shows the expected page when accessing localhost:8080/myproject. Trying the same with the 1.5.5 quickstart results in the "Not found" message, mentioned in the first message of this thread. Same error with the