= ContextInternals.getMarinerPageContext(context);
VolantisProtocol protocol = pageContext.getProtocol();
try {
protocol.doForm(pattributes);
} catch (ProtocolException e) {
logger.error("rendering-error", pattributes.getTagName(), e);
throw new PAPIException(
exceptionLocalizer.format("rendering-error",
pattributes.getTagName()),