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!

