} catch (NumberFormatException nfe) {}
individualVO.setList(marketingList);
individualVO.setCreatedBy(individualId);
int newIndividualId = 0;
try {
newIndividualId = contactFacade.createIndividual(individualVO, individualId);
} catch (Exception e) {
logger.error("[execute] Exception thrown.", e);
throw new ServletException(e);
}
if (request.getParameter("new") != null) {