helpText.appendHtmlConstant("<ul>");
helpText.appendHtmlConstant("<li>");
helpText.appendEscaped("This is a raw dump of the current configuration values on this node. It only resolves values on the current level, hence some attributes (or children) may show up as UNDEFINED.");
helpText.appendHtmlConstant("</ul>");
StaticHelpPanel help = new StaticHelpPanel(helpText.toSafeHtml());
layout.add(help.asWidget());
layout.add(dump);
return layout;
}