I've looked at some wicket tutorials, gone through similar questions but couldn't get my answer. Can you give me a simple example of how to put a link on a page, and the user can download a file when the link is clicked?
I'll retrieve the file from a database table (blob column). The thing is, I'll need to put the link out there on the page (with the file name on it) without going to the database yet. When it's clicked then I'll retrieve the file and the user can download it.
Thanks in advance.