Navigation to a plain URL within the same application in Wicket 6

2013-03-25 Thread Andrew Schetinin
Hi, I'm porting a Wicket application from 1.4 to 6.6, and there is one piece of code I cannot find how to port. In short, I have a Link descendant class that is supposed to navigate to a manually constructed URL within the Web application - something like

Re: Navigation to a plain URL within the same application in Wicket 6

2013-03-25 Thread Martin Grigorov
Hi, IRequestTarget has been replaced by IRequestHandler in Wicket 1.5.0. Check http://wicketinaction.com/2011/07/wicket-1-5-request-mapper/, http://wicketinaction.com/2011/07/wicket-1-5-mounting-pages/ and http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ See whether any of the