You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by palun <ul...@frobozz.se> on 2008/10/19 13:37:19 UTC

How do I find the referring page?

I understand this is not the recommended way to get the referring page:

HttpServletRequest request =
getWebRequestCycle().getWebRequest().getHttpServletRequest();
String referringURL = request.getHeader("Referer");

-- But what then is the recommended way? (Sorry for such an elementary
question. I have searched, but I don´t seem to find it. And now I´m running
out of time..)

Thanks
/ulf

-- 
View this message in context: http://www.nabble.com/How-do-I-find-the-referring-page--tp20055273p20055273.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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