final ObjectSpecification noSpec = getSpecification(specFullName);
final ObjectAction action = noSpec.getObjectAction(null, actionId);
// owners
final Element div = xhtmlRenderer.div_p("Owners", null);
xhtml.appendToBody(div);
final Element ul = xhtmlRenderer.ul(HtmlClass.PROPERTIES);
final String specUri =
MessageFormat.format("{0}/specs/{1}", getServletRequest().getContextPath(), specFullName);
ul.appendChild(xhtmlRenderer.li_a(specUri, specFullName, "owning spec", "spec", "facet"));
final String actionUri =