recipientAttrName.setChoices(getSchemaNames(recipientAttrType.getModelObject()));
target.add(recipientAttrName);
}
});
form.add(new LoggerCategoryPanel(
"eventSelection",
loggerRestClient.listEvents(),
new PropertyModel<List<String>>(notificationTO, "events"),
getPageReference(),
"Notification") {