resetButtons(form, target);
return;
}
cancel.setDefaultModelObject(jobid);
this.add(new AbstractAjaxTimerBehavior(Duration.seconds(3)) {
protected void onTimer(AjaxRequestTarget target) {
Importer importer = ImporterWebUtils.importer();
Task<ImportContext> t = importer.getTask(jobid);
if (t.isDone()) {