I'm trying to turn an action name into an URL from within another action. I've tried:
UrlHelper.buildUrl("action-name",request,response,null) Which seems to just return "action-name". And I've tried: UrlHelper.buildUrl("/action-name",request,response,null) Which returns "/context/action-name", which is a little closer, but still isn't the full, working URL. What am I missing? (*Chris*)