177178179180181182183184
response.setAttachmentHeader("inscriptions - " + ListeInscritsPanel.this.course.getEvenement().getEndroit() + ".xls"); } }; export.setCacheable(false); this.add(new ResourceLink("download", export)); }
280281282283284285286
return (short) (ligne + ListePlaquePanel.PREMIERE_LIGNE); } }; export.setCacheable(false); this.add(new ResourceLink("download", export)); }