Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ABC85200CD6 for ; Mon, 31 Jul 2017 20:32:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AA425165B56; Mon, 31 Jul 2017 18:32:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F11FE165B52 for ; Mon, 31 Jul 2017 20:32:08 +0200 (CEST) Received: (qmail 81681 invoked by uid 500); 31 Jul 2017 18:32:08 -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 81670 invoked by uid 99); 31 Jul 2017 18:32:07 -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, 31 Jul 2017 18:32:07 +0000 Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 70EDA1A02C0 for ; Mon, 31 Jul 2017 18:32:07 +0000 (UTC) Received: by mail-wm0-f48.google.com with SMTP id t201so56986327wmt.0 for ; Mon, 31 Jul 2017 11:32:07 -0700 (PDT) X-Gm-Message-State: AIVw111rmbTQv9OAA+1s14Qn0pEzcWBsww7VZjJuiTPB9n2NuWAHWhsN +Yuxyg8P1vv0ZFhKEWR7ez04ISPeqA== X-Received: by 10.28.226.137 with SMTP id z131mr12532187wmg.151.1501525926270; Mon, 31 Jul 2017 11:32:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.157.11 with HTTP; Mon, 31 Jul 2017 11:31:25 -0700 (PDT) In-Reply-To: <1501504762916-4678362.post@n4.nabble.com> References: <1501272741495-4678346.post@n4.nabble.com> <1501504762916-4678362.post@n4.nabble.com> From: Martin Grigorov Date: Mon, 31 Jul 2017 21:31:25 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: AjaxButton not calling onError after required validation fail To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary="001a114b0b4074e8670555a13fe6" archived-at: Mon, 31 Jul 2017 18:32:09 -0000 --001a114b0b4074e8670555a13fe6 Content-Type: text/plain; charset="UTF-8" I guess Wicket thinks that some of the other buttons is clicked instead. Attach the debugger and see what happens. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jul 31, 2017 at 3:39 PM, Entropy wrote: > Wicket 6.24 > > Yes, there are other buttons. Somehow, they seem to work under the same > conditions. We compared and don't see why they behave differently. There > are alternate panels that show/hide based on choices further up the form, > and that dictates which buttons and fields are shown. > > Yes, form.onError() seems to be called. But with no ajax target, how can I > add the right feedback panel components to the target? > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/AjaxButton-not-calling-onError-after- > required-validation-fail-tp4678346p4678362.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 > > --001a114b0b4074e8670555a13fe6--