Just had a long search through the struts source and can't see how this is done.
I want to obtain the ActionMapper so that I can get the URL for an action, in the same way that the Form taglib does it:
ActionMapping mapping = new ActionMapping(action, namespace, actionMethod, parameters); String result = UrlHelper.buildUrl(actionMapper.getUriFromActionMapping(mapping), request, response, null);
It seems to be injected into the Form taglib, but I can't see how or where. Where can I call it from, or is there another way to get the URL for any mapping? Thanks Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]