ActionURL brendanx  2008-02-15 15:52
Status: Closed
 
Hey Bill,

The correct way to do this is to use a UrlProvider:

ActionURL url = PageFlowUtil.urlProvider(PipelineUrls.class).urlReferer(container);

This is the current best practice for exposing URLs in a module for other modules to use.

Enjoy.

--Brendan