List<ImportationPucesLine> lineAsList = new ArrayList<ImportationPucesLine>();
lineAsList.add(importationPucesLine);
add(new ImportationPucesLineDataViewPanel("linesDataView", lineAsList,
false, false));
add(new ImportationErreurPanel("erreursDataView", importationPucesLine
.getErreursImportation()));
add(new Link("retour")
{
private static final long serialVersionUID = 1L;