protected void txFragment(Session session) throws Exception {
UIServices.lookup().getSectionsManager().store(section);
}
};
txFragment.execute();
messagesHandler.addMessage("ui.alert.sectionEdition.OK");
setSection(section);
} catch (Exception e) {
log.error("Error: ", e);
messagesHandler.clearAll();