Flag tis post, I just did:

  req.setAttribute("mapping", mapping);

in the start of my Action code, then just pulled it out in my tag with

  ActionMapping mapping = (ActionMapping)
pageContext.getRequest().getAttribute("mapping");
  String[] appMappings = mapping.getMappings().findMappings();

Although, is it just me or does read "mapping.getMappings().findMappings();"
funny?

But never mind, it works and I'm happy :)
Mark

Reply via email to