remote.setDataSource(dataSource);
String[] attchmentids = request.getParameterValues("attachfile");
mapEvent.put("Attachment", attchmentids);
eventid = remote.editEvent(mapEvent, individualID);
request.setAttribute("TypeOfOperation", "Event");
} catch (Exception exe) {
logger.error("[execute] SaveEventHandler saveEvent thrown.", exe);
}