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 38FD0FC34 for ; Tue, 16 Apr 2013 07:33:59 +0000 (UTC) Received: (qmail 12825 invoked by uid 500); 16 Apr 2013 07:33:57 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 12653 invoked by uid 500); 16 Apr 2013 07:33:57 -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 12629 invoked by uid 99); 16 Apr 2013 07:33:56 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 07:33:56 +0000 Received: from localhost (HELO mail-wg0-f54.google.com) (127.0.0.1) (smtp-auth username mgrigorov, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 07:33:56 +0000 Received: by mail-wg0-f54.google.com with SMTP id y10so156026wgg.9 for ; Tue, 16 Apr 2013 00:33:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=9GRiSVXUzdrOKbzBl1Ghk3eYejgMZpMUvZY3u2r7boE=; b=QjdQT6GScOE6NGSv/NxViZQCKRx4iqzRYhvcW7qEexJLmju4xOSKt9wtKqlTI3Fn6v j9wk5IUHatHVAYqtBcpvrEXr85uMYyoCt1W7m9x+SphpGXiE0we5eqD3RrWPP/N1O/DZ xz3g3gAQNi6XULPFTI0TvrIMq5jjTRbhR0Jek11raSreIL8rucbW7InJaQUZ4h06E4eH +RU/sDgL/QfwWMudJ6PaqaPifJh/1+UVNuYINGmnkSurNUgPPIVvQU5NuKP2r4mAMEGv 6RNtWeJGa0kxYmI1nuXh6Giom1pGSL3A5yIi8N+pqth16uUYZoXsEU57ueSK1HRYcQR8 fgtg== X-Received: by 10.180.85.103 with SMTP id g7mr16804147wiz.23.1366097634105; Tue, 16 Apr 2013 00:33:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.211.199 with HTTP; Tue, 16 Apr 2013 00:33:14 -0700 (PDT) In-Reply-To: References: From: Martin Grigorov Date: Tue, 16 Apr 2013 10:33:14 +0300 Message-ID: Subject: Re: Dancing Debug window To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary=f46d043bdce635bb5304da756478 --f46d043bdce635bb5304da756478 Content-Type: text/plain; charset=UTF-8 Hi, On Tue, Apr 16, 2013 at 10:20 AM, Colin Rogers < Colin.Rogers@objectconsulting.com.au> wrote: > Hi there guys, > > When I get an issue with Ajax that generates a report, as below (i.e. with > tons of errors.) The Ajax Debug Window 'dances' for ages... it also slows > the browser down to almost nothing, and while it 'dances' is almost > un-clickable. > > Is there any way to solve this? > The best way is to fix the errors so there is no activity in the debug window at all ;-) A workaround is to monkey-patch Wicket.Ajax.DebugWindow.logError() function. You can re-assign it so anything that fits your needs. I think we can improve this by throttling the animations. I.e. they will be executed only once Nms after the last error log. > > Cheers, > Col. > > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel240]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel241]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel242]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel243]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain244]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain245]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel246]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain247]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain248]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel249]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel24a]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain24b]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain24c]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel24d]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain24e]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain24f]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain250]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel251]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain252]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain253]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain254]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel255]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel256]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel257]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel258]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel259]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel25a]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel25b]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel25c]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel25d]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel25e]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel25f]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel260]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel261]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain262]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain263]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain264]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel265]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain266]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain267]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel268]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain269]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain26a]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanel26b]] was not found while trying to perform markup update. > Make sure you called component.setOutputMarkupId(true) on the component > whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain26c]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > ERROR: Wicket.Ajax.Call.processComponent: Component with id > [[feedbackPanelMain26d]] was not found while trying to perform markup > update. Make sure you called component.setOutputMarkupId(true) on the > component whose markup you are trying to update. > > EMAIL DISCLAIMER This email message and its attachments are confidential > and may also contain copyright or privileged material. If you are not the > intended recipient, you may not forward the email or disclose or use the > information contained in it. If you have received this email message in > error, please advise the sender immediately by replying to this email and > delete the message and any associated attachments. Any views, opinions, > conclusions, advice or statements expressed in this email message are those > of the individual sender and should not be relied upon as the considered > view, opinion, conclusions, advice or statement of this company except > where the sender expressly, and with authority, states them to be the > considered view, opinion, conclusions, advice or statement of this company. > Every care is taken but we recommend that you scan any attachments for > viruses. > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --f46d043bdce635bb5304da756478--