Re: AbortWithWebErrorCodeException(404) results in blank page

2009-05-25 Thread Sergey Podatelev
Okay, at least any pointers why this might happen are appreciated. On Sat, May 23, 2009 at 10:03 PM, Sergey Podatelev brightnesslev...@gmail.com wrote: I'm using tomcat, web.xml has the following configuration: ... filter-mapping    filter-nameWicket Filter/filter-name    

Re: AbortWithWebErrorCodeException(404) results in blank page

2009-05-25 Thread Johan Compagner
Your really just have to digg a bit into the container what it exactly does But you want that the conatainer redirects to a /404 url and that is again served by wicket? As a page that is mounted under /404? Is the url becoming /404? What happens if you just ask for that? On 25/05/2009, Sergey

AbortWithWebErrorCodeException(404) results in blank page

2009-05-23 Thread Sergey Podatelev
I'm using tomcat, web.xml has the following configuration: ... filter-mapping filter-nameWicket Filter/filter-name url-pattern/*/url-pattern dispatcherREQUEST/dispatcher dispatcherERROR/dispatcher /filter-mapping error-page error-code404/error-code