Part of my application needs to pass absolute urls for my pages to 3rd party services (adding a google bookmark for instance). I've hunted around in the source, mailing lists etc but have only found the feature in tapestry 4 ( ILink.html#getAbsoluteURL() )<http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/engine/ILink.html#getAbsoluteURL%28%29>
Currently I'm grabbing the HttpServletRequest from RequestGlobals and building the url myself. Am I missing something, or is there an API call that I've missed? Thanks, Josh
