} else {
dco.saveNew(true);
}
} catch (ValidationException vExp) {
if (!ignoreErrors) {
SaveQuestionBox question = new SaveQuestionBox(vExp);
if (question.getResult() == SaveQuestionBox._CANCEL)
endTask();
else if (question.getResult() == SaveQuestionBox._IGNORE)
ignoreErrors = true;
}
}
try {