No target servlet configured for uri: /

2012-09-20 Thread hannes1608
Third attempt, had to use another email address, nabble couldn't use my first one (always got mail delivery failed). I'm not sure if it will work now ... --- Hi! I'm pretty new to wicket and I have a problem for that I didn't find a solution so far. I'm working on a simple sample application

Re: No target servlet configured for uri: /

2012-09-20 Thread hannes1608
Hi, thank you for your reply. I've already set this property, but that didn't change anything. I tried now with servlet instead of filter - without success. If I user setResponsePage(Class) instead of setResponsePage(Page), I even get an error when going from Show999Page to Edit999Page.

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 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:

problem with editable datatable

2012-11-30 Thread hannes1608
Hi, I am using Wicket 6.3. I have searched a lot, but somehow didn't find how to solve this: I would like to have texfields and checkboxes in a datatable. The following code is not working: Java: ListIColumnlt;Feststellung, String columns = new ArrayListIColumnlt;Feststellung, String();

Re: problem with editable datatable

2012-11-30 Thread hannes1608
thank you, but then I get the following error: Last cause: The component(s) below failed to render. Possible reasons could be that: 1) you have added a component in code but forgot to reference it in the markup (thus the component will never be rendered), 2) if your components were added in a