statusPanel.setOutputMarkupId(true);
MetaDataRoleAuthorizationStrategy.authorize(
statusPanel, RENDER, xmlRolesReader.getAllAllowedRoles("Resources", "getConnectorObject"));
form.addOrReplace(statusPanel);
form.addOrReplace(new AccountInformationPanel("accountinformation", userTO));
form.addOrReplace(new ResourcesPanel("resources", userTO, statusPanel));
form.addOrReplace(new MembershipsPanel("memberships", userTO, false, statusPanel, getPageReference()));
}