*/
protected Database findNAB() throws NotesException {
String sel = getAddressBookSel();
// Assume the first one for now - should be extended in the future
IPickerOptions o = getOptions();
int source = o != null ? o.getSource() : 0;
NABDb[] sessNabs = getSessionAddressBooks();
if (sessNabs != null && sessNabs.length > 0) {
if (StringUtil.isEmpty(sel) || sel.equals(NAB_ALL)) {
return DominoUtils.openDatabaseByName(sessNabs[source].name);