xhtml.appendToBody(asDivIsisSession());
xhtml.appendToBody(resourcesDiv());
// title & Oid
Element div = asDivTableObjectDetails(objectAdapter);
xhtml.appendToBody(div);
// collection name & contents
final OneToManyAssociation collection = (OneToManyAssociation) association;
div = xhtmlRenderer.div_p(collectionId, HtmlClass.COLLECTION);