(Struts 2.1.2) In the JSP, is it possible through some OGNL expression to get hold of the URL of the current request? I looked through the XML output obtained through debugging, but could not find anything.
(I know I can get hold of the action and parameters; so there might a complicated way out...)