if(dynaform.get("listid") != null)
{
int listID = Integer.parseInt((String) dynaform.get("listid").toString());
listVO.setListID(listID);
}
remote.updateList(individualID, listVO);
}
catch (Exception e)
{
logger.error("[Exception] UpdateListHandler.Execute Handler ", e);
}