Return-Path: Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: (qmail 14224 invoked from network); 3 Jan 2010 19:42:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2010 19:42:48 -0000 Received: (qmail 35576 invoked by uid 500); 3 Jan 2010 19:42:46 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 35524 invoked by uid 500); 3 Jan 2010 19:42:46 -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 35513 invoked by uid 99); 3 Jan 2010 19:42:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 19:42:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 19:42:38 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NRWLB-0005p4-GQ for users@wicket.apache.org; Sun, 03 Jan 2010 11:42:17 -0800 Message-ID: <27004581.post@talk.nabble.com> Date: Sun, 3 Jan 2010 11:42:17 -0800 (PST) From: Marcin Palka To: users@wicket.apache.org Subject: Re: InvalidUrlException thrown while clicking row in a InMethod DataGrid In-Reply-To: <3bbb38a41001030928k155348eds8f74019eed1d5cae@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: marcin.palka@gmail.com References: <6c50e89e1001030536r50bc0175of7dd121bbed6b2d8@mail.gmail.com> <3bbb38a41001030928k155348eds8f74019eed1d5cae@mail.gmail.com> Hi, Thanks for your reply. I believe these callbacks are not mandatory. Your workaround works fine but it also causes the grid selection to disappear which I don't want to happen. Thanks to your tip I found another workaround. This is to use the CloseButtonCallback to hide the iframe before closing the modal window. This prevents the exception from being thrown. Anyway the core reason of the problem still remains. Further testing shown that only the row selection causes the exception. Other operations on the grid like sorting, switching pages work just fine. br, Marcin Palka Juan Kipes wrote: > > I think you forgot this method in the modal > > modal.setCloseButtonCallback(new ModalWindow.CloseButtonCallback() { > > }); > > > modal.setWindowClosedCallback(new > ModalWindow.WindowClosedCallback() > { > > }); > > I attached the modified quickstar > -- View this message in context: http://old.nabble.com/InvalidUrlException-thrown-while-clicking-row-in-a-InMethod-DataGrid-tp27001559p27004581.html Sent from the Wicket - User 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