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 49E1D106D6 for ; Tue, 3 Sep 2013 07:05:47 +0000 (UTC) Received: (qmail 13943 invoked by uid 500); 3 Sep 2013 07:05:46 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 13556 invoked by uid 500); 3 Sep 2013 07:05:43 -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 13526 invoked by uid 99); 3 Sep 2013 07:05:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 07:05:41 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [212.227.126.171] (HELO moutng.kundenserver.de) (212.227.126.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 07:05:34 +0000 Received: from [192.168.1.100] (ip-109-44-131-138.web.vodafone.de [109.44.131.138]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MaE2a-1Vabvn3KP2-00KOIB; Tue, 03 Sep 2013 09:04:44 +0200 Message-ID: <52258A08.4030907@meiers.net> Date: Tue, 03 Sep 2013 09:04:40 +0200 From: Sven Meier User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: users@wicket.apache.org Subject: Re: AutoCompleteTextField ajax update problem References: <1378182488271-4661176.post@n4.nabble.com> In-Reply-To: <1378182488271-4661176.post@n4.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:HVxw3t4LzhF3hAvjDRRF75NkBzv3GlkR4a7vpl6NRqE ko89rkjk3JbsHn8Y7VvLf4MbgzChjiATpCjeVRRqV25LGMxQ5q mR3SMPjR77KUKGpgG3W4LMq3E25OJDnjj3WFtjswd42pFYInN8 NEANrICJI4AXHJGNKlnY8HYBhGFV8WqDvTHCCdjK8ZHWQMdwWb H4bR7h5QNTCz/JHkr60tNv2T2sNsLeiHgpb7+CsKu1tdtEvzSj J/LbciUUs36YqZolPyGhY9eeIFS47rBH2vVbEr/kkosSx9IiUo lmB1OD4an62grLSPT/jhPwmOEYtQB/PG+W79JbkrBeJN4QoXUh fTGD5UP3Iw7yCrwKNcn0= X-Virus-Checked: Checked by ClamAV on apache.org Possibly https://issues.apache.org/jira/browse/WICKET-5315 ? Please try out with current trunk. Sven On 09/03/2013 06:28 AM, jchappelle wrote: > I am in the process of migrating our app from wicket 1.5.10 to 6.10.0. I have > a panel that uses an AutoCompleteTextField with an > AjaxFormComponentUpdatingBehavior("onchange") behavior attached. It works > fine the first time I type something and select it, but it does not fire the > onchange event after that. I'm adding the entire panel that contains the > AutoCompleteTextField to the AjaxRequestTarget. If I only add the label that > displays the selection, then it works. I know javascript event registration > changed in wicket 6 and I'm assuming it has something to do with that. > > This worked in 1.5.10. I can post my quickstart or just my code since it is > a very small amount. I've seen other posts similar to this but I could not > find my exact use case. > > Any help is greatly appreciated. > > Thanks, > > Josh > > > > -- > View this message in context: http://apache-wicket.1842946.n4.nabble.com/AutoCompleteTextField-ajax-update-problem-tp4661176.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 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org