Greetings,
I’m trying to get a url string for the cancel button on the search form. I’m in org.labkey.ms2.pipeline.PipelineController.SequestSearchAction.
If I do this:
ActionURL returnURL = new ActionURL(org.labkey.pipeline.PipelineController.ReturnToRefererAction.class, getContainer());
it will not compile; says that it cannot find the package org.labkey.pipeline.PipelineController?
I’m trying to get a string like this: /labkey/Pipeline/<projectName>/returnToReferrer.view using returnURL.getAction().
How should I be doing this?
Thanks,
BIll |