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 4D31D118B6 for ; Tue, 17 Jun 2014 14:33:14 +0000 (UTC) Received: (qmail 38032 invoked by uid 500); 17 Jun 2014 14:33:13 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 37993 invoked by uid 500); 17 Jun 2014 14:33:13 -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 37975 invoked by uid 99); 17 Jun 2014 14:33:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 14:33:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel.stoch@gmail.com designates 209.85.215.53 as permitted sender) Received: from [209.85.215.53] (HELO mail-la0-f53.google.com) (209.85.215.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 14:33:10 +0000 Received: by mail-la0-f53.google.com with SMTP id b8so2628337lan.12 for ; Tue, 17 Jun 2014 07:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lHk7bdZwjT10ZdC43YI4hgOxuc2Iy86so4ZfJ/ivyvI=; b=xPCyDhvrTit5uwsSRDS7yser3mrs+Oo724BRadeU8N6A2b55sZJk97Lkl2PtVnEhDf 7r3PliLBripIpC5QWA+CZMfo/ifhRB98GAIRSxmjCRODsFLnE4KvBiSK6J6mtHihUQpn 1ioprsLpfAcIThzGWprhiTsIJcNnOddFBrs3TEY+KEd+07F2DLE+6tfqR5BCKZnqJVAS vwXC9Cf+atu1Lt7XZ2CLcwPl8FapvdPjfyMt2IKk6ZXiYHGBy8IoX9u4L7PUaxq0afqa AOjU1vNN8tphgEGwu2qYlzathvhU9H2Et9WJTCNbYEYrIUp1ZF+e6e8LZP8KiNKG8z+c Y7EA== MIME-Version: 1.0 X-Received: by 10.112.73.234 with SMTP id o10mr17469205lbv.41.1403015566596; Tue, 17 Jun 2014 07:32:46 -0700 (PDT) Received: by 10.152.123.18 with HTTP; Tue, 17 Jun 2014 07:32:46 -0700 (PDT) In-Reply-To: <53A05045.6040803@meiers.net> References: <53A04D51.5010804@meiers.net> <53A05045.6040803@meiers.net> Date: Tue, 17 Jun 2014 16:32:46 +0200 Message-ID: Subject: Re: How to handle click on disabled links - ListenerInvocationNotAllowedException? From: Daniel Stoch To: Wicket Users Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jun 17, 2014 at 4:27 PM, Sven Meier wrote: > Hi, > > >> The next click does not come because exception is raised. > > > if the link is still enabled, which exception should be thrown then? > > Sven > Please read again steps 1,2,3 ;). Link is rendered as enabled in the browser (1), but on the server is not enabled anymore (3). -- Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org