DownloadLink is nice and handy for creating a button/link for downloading a file, along these lines:
add(new DownloadLink(\"downloadButton\", getReportFile()
Use org.apache.wicket.markup.html.link.ResourceLink instead.