Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D1CA17620 for ; Mon, 29 Sep 2014 08:06:52 +0000 (UTC) Received: (qmail 32100 invoked by uid 500); 29 Sep 2014 08:06:50 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 32065 invoked by uid 500); 29 Sep 2014 08:06:50 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 32054 invoked by uid 99); 29 Sep 2014 08:06:50 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2014 08:06:50 +0000 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C91A11A0479 for ; Mon, 29 Sep 2014 08:06:42 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id bs8so1290672wib.0 for ; Mon, 29 Sep 2014 01:06:44 -0700 (PDT) X-Received: by 10.194.246.2 with SMTP id xs2mr40895166wjc.33.1411978004395; Mon, 29 Sep 2014 01:06:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.122.198 with HTTP; Mon, 29 Sep 2014 01:06:03 -0700 (PDT) In-Reply-To: <1411956066116-4667749.post@n4.nabble.com> References: <1411927257682-4667743.post@n4.nabble.com> <1411956066116-4667749.post@n4.nabble.com> From: Martin Grigorov Date: Mon, 29 Sep 2014 10:06:03 +0200 Message-ID: Subject: Re: DownloadLink in a separate thread? To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary=001a11c3b2f461fece05042fbf14 --001a11c3b2f461fece05042fbf14 Content-Type: text/plain; charset=UTF-8 Hi, Yes. Using ResourceLink will produce a url to IResource and thus avoid locking the page instance. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Sep 29, 2014 at 4:01 AM, trlt wrote: > Never mind. I found my solution by using AbstractResource and ResourceLink > instead of DownloadLink for nonblocking operation. > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/DownloadLink-in-a-separate-thread-tp4667743p4667749.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > For additional commands, e-mail: users-help@wicket.apache.org > > --001a11c3b2f461fece05042fbf14--