final XhtmlTemplate xhtml = new XhtmlTemplate(specAndAction, getServletRequest());
xhtml.appendToBody(asDivIsisSession());
// owners
final Element div = xhtmlRenderer.div_p("Owners", null);
xhtml.appendToBody(div);
final Element ul = xhtmlRenderer.ul(HtmlClass.SPECIFICATION);
final String specUri =
MessageFormat.format("{0}/specs/{1}", getServletRequest().getContextPath(), specFullName);
ul.appendChild(xhtmlRenderer.li_a(specUri, specFullName, "owning spec", "spec", HtmlClass.SPECIFICATION));