Guys, I've some Wicket (1.3.x) pages for which I need to get the absolute path (to be included in a email message).
With wicket 1.2.x the call RequestCycle.get().urlFor(null,pageClass ,parameters).toString() was retuning the page absolute path (containing the application context) but migrating to 1.3.x it returns the RELATIVE path to the current context. Ok, this is good to a lot of reasons (proxy problems, and so on .. ). But how to get the absolute path for a bookmarkable page? Thank you, / Paolo
