// Print an ok message and move the user into the new page
messagesHandler.addMessage("ui.alert.sectionCreation.OK");
NavigationManager.lookup().setCurrentSection(newSection);
} catch (Exception e) {
log.error("Error creating section: ", e);
messagesHandler.clearAll();
messagesHandler.addError("ui.alert.sectionCreation.KO");
}
}
} else {
this.setDuplicateSection(Boolean.FALSE);