campaign.save();
}
catch(Exception e) {
logger.error("Exception caught while trying to save campaign: " + e.getLocalizedMessage(), e);
alertService.addAlert(new Alert(Alert.Type.ERROR, this.getClass().getSimpleName(), e
.getLocalizedMessage()));
}
}
logger.info("Done executing 'add participant' action.");