Get complete URL

How would I get the complete URL of my page, including all the data after the '?' ?

I've tried request.getRequestURL, but it only returns the main URL. By this I mean, if the complete URL was

http://forum.java.sun.com/post!default.jspa?forumID=45

getRequestURL only returns

http://forum.java.sun.com/post!default.jspa

Thanks!

[427 byte] By [MrBucketa] at [2007-11-26 15:09:54]
# 1
Check out the other methods on the request class.The method getQueryString() will get the rest of the URL you are missing.
evnafetsa at 2007-7-8 9:00:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...