Re: No target servlet configured for uri: /

2012-09-21 Thread hannes1608
Works with Glassfish 3 and JBoss 7. That shows that my code is ok, but I still have to figure out how to get it to work with WebSphere 8. Hannes -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/No-target-servlet-configured-for-uri-tp4652160p4652219.html Sent from

Re: No target servlet configured for uri: /

2012-09-21 Thread Martin Grigorov
-wicket.1842946.n4.nabble.com/No-target-servlet-configured-for-uri-tp4652160p4652223.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: No target servlet configured for uri: /

2012-09-21 Thread hannes1608
No, I didn't ask, we are just evaluating a couple of web frameworks, and we are doing this for another company, we don't use websphere in our company. But you are right, next time we should ask ;) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/No-target-servlet

No target servlet configured for uri: /

2012-09-20 Thread hannes1608
()); Edit999Page.this.setResponsePage(new Show999Page(new PageParameters())); } }; This leads to the following error message in the browser: Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: / When I just want to stay on the EditPage

Re: No target servlet configured for uri: /

2012-09-20 Thread Martin Grigorov
()); Edit999Page.this.setResponsePage(new Show999Page(new PageParameters())); } }; This leads to the following error message in the browser: Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: / When I just want to stay on the EditPage

Re: No target servlet configured for uri: /

2012-09-20 Thread hannes1608
. Websphere was not my choice ;) I will try with glassfish or jboss if the same problems occur ... Kind regards, Hannes -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/No-target-servlet-configured-for-uri-tp4652160p4652163.html Sent from the Users forum mailing list archive