final ImportationPuces importationPuces = importationPucesService
.newImportation(getXRaceSession().getCompte(), ensemblePuces,
new Date());
final Form form = new Form("form");
form.add(new ImportationPucesUpdatePanel("importationUpdatePanel",
importationPuces));
form.add(new Button("ok")
{
private static final long serialVersionUID = 1L;