}
}
// this will have the side effect of resetting the batch # to sth
// correct, in case
// the current index if out of range
log.debug("dg.currentBatchIndex() " + dg.currentBatchIndex());
dg.setCurrentBatchIndex(dg.currentBatchIndex());
if (listSize() > 0 && displayGroup().selectsFirstObjectAfterFetch()) {
d2wContext().takeValueForKey(dg.allObjects().objectAtIndex(0), "object");
}
}