How to use Wicket's DownloadLink with a file generated on the fly?

后端 未结 2 1883
暖寄归人
暖寄归人 2020-11-28 12:55

DownloadLink is nice and handy for creating a button/link for downloading a file, along these lines:

add(new DownloadLink(\"downloadButton\", getReportFile()         


        
2条回答
提交回复
热议问题