= (XFFormElementImpl) pageContext.getCurrentElement();
com.volantis.mcs.protocols.XFFormAttributes formAttributes =
formElement.getProtocolAttributes();
String paneName = attributes.getPane();
Pane pane = null;
if (null == paneName) {
FormInstance form = (FormInstance) formAttributes.getFormData();
pane = ((Form) form.getFormat()).getDefaultPane();
paneName = pane.getName();
}
FormatReference formatRef =
FormatReferenceParser.parsePane(paneName, pageContext);
NDimensionalIndex paneIndex = formatRef.getIndex();