importationPucesService.validateAndImport(importationPuces);
setResponsePage(new ImportationResultPage(importationPuces));
}
});
form.add(new ImportationIgnoredLinesPanel("ignoredLines",
importationPuces.getIgnoredLines()));
form.add(new ImportationPucesLineDataViewPanel("linesDataView",
importationPuces.getLines(), true, false));
add(form);
}