// Open tabs elemen
tabsRenderer.renderTabsOpen(
getProtocol(context), (WidgetAttributes)protocolAttributes);
if (!tabsRenderer.shouldRenderContents(getProtocol(context),
(WidgetAttributes)protocolAttributes)) {
return XDIMEResult.SKIP_ELEMENT_BODY;
}
} catch (ProtocolException e) {
logger.error("rendering-error", getTagName(), e);