java Programming Glossary: downloadlink
How to use Wicket's DownloadLink with a file generated on the fly? http://stackoverflow.com/questions/7646270/how-to-use-wickets-downloadlink-with-a-file-generated-on-the-fly to use Wicket's DownloadLink with a file generated on the fly DownloadLink is nice and handy.. Wicket's DownloadLink with a file generated on the fly DownloadLink is nice and handy for creating a button link for downloading.. link for downloading a file along these lines add new DownloadLink downloadButton getReportFile report.pdf and input type button..
|