RE: Migration from servlet to filter always serves WebApplication.getHomePage() when I click on links

2009-03-03 Thread harri.temonen
-%28ias-10g%29--td16738242.html#a16738242 -Original Message- From: ext mallet [mailto:ryanlahue...@gmail.com] Sent: 03 March, 2009 01:20 To: users@wicket.apache.org Subject: Re: Migration from servlet to filter always serves WebApplication.getHomePage() when I click on links Thanks

Migration from servlet to filter always serves WebApplication.getHomePage() when I click on links

2009-03-02 Thread mallet
Hello, I am using 1.3 and a servlet for Wicket in my web.xml, which I've pasted below. I am trying to change to using a Filter instead, which I also pasted below, but I get a weird behavior -- my WebApp.getHomePage() is served every time I click on a link. The links work fine when I use the

Re: Migration from servlet to filter always serves WebApplication.getHomePage() when I click on links

2009-03-02 Thread Igor Vaynberg
try with /* mapping and see if it works you are not running this on websphere are you? -igor On Mon, Mar 2, 2009 at 2:12 PM, mallet ryanlahue...@gmail.com wrote: Hello, I am using 1.3 and a servlet for Wicket in my web.xml, which I've pasted below.  I am trying to change to using a Filter

Re: Migration from servlet to filter always serves WebApplication.getHomePage() when I click on links

2009-03-02 Thread mallet
Thanks for the quick response Igor. I'm running OC4J... I changed the mapping as you suggested but am now getting a 403/Directory browsing not allowed. Once I find a way to coerce oc4j into allowing directory browsing I will post an update -- having some trouble getting my orion-web.xml changes