Hi,
though not necessarily a Spring question (I think), how can I get at the complete url of the current page in my jsp?
request.getRequestURI() returns the translated name of my jsp (i.e. something like /blahblah/WEB-INF/views/jsp/signup.jsp).
Is there a clever way to get the at the url as the user sees it (i.e. http://blah.com/blahblah/signup.html)?


Reply With Quote
