this.properties = properties;
@SuppressWarnings("rawtypes")
final Form<?> form = new Form("form");
add(form);
serviceEditorPanel = new ServiceEditorPanel("attributesPanel", attributes, attributeMap, properties, form);
form.add(serviceEditorPanel);
if (validator != null) {
serviceEditorPanel.attachFormValidator(form, validator);
}