// Javadoc inherited
protected XDIMEResult callOpenOnProtocol(
XDIMEContextInternal context, XDIMEAttributes attributes)
throws XDIMEException {
VolantisProtocol protocol = getProtocol(context);
try {
protocol.writeOpenTableRow((TableRowAttributes)protocolAttributes);
} catch (ProtocolException e) {
logger.error("rendering-error", getTagName(), e);
throw new XDIMEException(exceptionLocalizer.format(
"rendering-error", getTagName()), e);