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 <egola...@gmail.com> wrote:
> 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
> ResourceStreamRequestTarget(resourceStream));
> Is it possible to add something like:
> protected ResourceStreamRequestTarget
> getResourceStreamRequestTarget(IResourceStream resourceStream) {
>  return new ResourceStreamRequestTarget(resourceStream);
> }
>
> so we could override the ResourceStreamRequestTarget that is used?
>
> thanks,
>
>
>
> Eyal Golan
> egola...@gmail.com
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to