String headerLabel = getAttribute(node, "headerLabel", null);
if (headerLabel == null) {
String headerCode = getAttribute(node, "headerCode", null);
if (headerCode != null) {
Translator trans = session.getContext().getTranslator();
headerLabel = trans.translate(Context.getLocale().toString(), headerCode);
}
}
out.print("<" + sectionTag + " class=\""+sectionStyleClass + "\"");
if (sectionId != null) {