For Servlet 2.4/2.5 I have found (depending on container) that you need to add 
the dispatchers involved, like so:

>       <filter-mapping>
>               <filter-name>wicket.report</filter-name>
>               <url-pattern>/report/*</url-pattern>
                <dispatcher>REQUEST</dispatcher>
                <dispatcher>INCLUDE</dispatcher>
                <dispatcher>FORWARD</dispatcher>
                <dispatcher>ERROR</dispatcher>
>       </filter-mapping>

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to