contact.replaceItemValue("FirstName", "Paul");
contact.replaceItemValue("LastName", "Withers");
contact.replaceItemValue("Email", "lordOfPrettyGood@worldOfAweso.me");
contact.replaceItemValue("City", "Washington");
contact.replaceItemValue("State", "WA");
contact.save();
ExtLibUtil.getViewScope().put("oldJavaTest", contact.getNoteID());
} catch (NotesException e) {
//handle Exception
}
}