Hi,

is there a way to determine the complete, absolute URL to a mounted page
(including protocol, host, port, application, filter and destination page)?
I need this to be able to send a link to a Registration-Confirmation page to
a user via email. 

I searched the forum already, but didn't find a working solution. All I
found were messages saying that since Wicket 1.3 all URLs are relative.
Reading the JavaDoc I also found various urlFor() and getRelativePath...()
methods, all returning relative paths.

What I would need is a method with a signature similar to

    url = getAbsolutePath(Request request, Class pageClass, PageParameters
parameters)

which returns an url like 
"http://localhost:8080/myapp/app/<page-alias>?...<params>...

Thanks for any hints on this,
Oliver

-- 
View this message in context: 
http://www.nabble.com/How-to-determine-absolute-URL-of-a-mounted-page--tf4864119.html#a13919803
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to