Re: access to url at http 404

2014-09-23 Thread Martin Grigorov
Hi, You can use http://docs.oracle.com/javaee/7/api/javax/servlet/RequestDispatcher.html#ERROR_REQUEST_URI to get the original uri. It is stored as request attribute. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Sep 23, 2014 at 4:00 PM, Karl-Heinz Golz <

access to url at http 404

2014-09-23 Thread Karl-Heinz Golz
Hello, is it possible to get the incorrect url when error 404 occurs? I would like to inspect this url and react differently for - users who want access but did a mistake in the url or bookmarked an url which is no longer valid -> show StartPage (with some more functionality) - others who wan