DownloadLink and Resource

2009-09-09 Thread Eyal Golan
Hi, I have two separate questions/wishes: we use Wicket 1.3.6 DownloadLink - can we add a getter for fileName (I can open an issue in JIRA if it's necessary). Resource: onResourceRequested is final so I can't override the ResourceStreamRequestTarget in the line cycle.setRequestTarget(new

Re: DownloadLink and Resource

2009-09-09 Thread Igor Vaynberg
1.3.x branch is no longer actively developed. you can add your wishes to the 1.4.x branch. downloadlink is a small class that does nothing special, you can copy paste it into your own and customize if the core one does not meet your needs. -igor On Wed, Sep 9, 2009 at 1:34 AM, Eyal Golan