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 5A6EB108F7 for ; Thu, 22 Aug 2013 11:51:35 +0000 (UTC) Received: (qmail 83906 invoked by uid 500); 22 Aug 2013 11:51:34 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 83842 invoked by uid 500); 22 Aug 2013 11:51:34 -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 83834 invoked by uid 99); 22 Aug 2013 11:51:34 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 11:51:34 +0000 Received: from localhost (HELO mail-wi0-f179.google.com) (127.0.0.1) (smtp-auth username mgrigorov, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 11:51:33 +0000 Received: by mail-wi0-f179.google.com with SMTP id hr7so537838wib.6 for ; Thu, 22 Aug 2013 04:51:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=nj/KAz3/IHGMWXUfrGrguwutl8UzJomhge/UBi1RKMk=; b=GWGGxoY66mfxlmhM8g9tG3C6w2tKspYgFBC1IWVvNUZrWBAbvqSnrpO67mHpbYv3qN GCEtywILzvoQyS+TolpTGFjvjUPag14bz2SZ/y6asLn7JcaXxUOf8NbMVy0xXL1iPAeM bavzZvCUiGBxqplPppB2Cr5mpxzXpFD563/f9kc76HeFtL8hzWeC4oxQvRHLJtQ6bRTM 5SL8tPB/QsZQ/nDwLGQRiPdoR3aDHOmprAEXFvezobG1HR0mrULwFfNw7l04ebg405DM Lb1jeJ3LkgTVAgAMT87/NHZpXsuuFAk893p/pix84owXEePJ3x6VaOXMkmG4bnFH4QdF zr+g== X-Received: by 10.180.185.97 with SMTP id fb1mr9545305wic.61.1377172292244; Thu, 22 Aug 2013 04:51:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.3.141 with HTTP; Thu, 22 Aug 2013 04:50:52 -0700 (PDT) In-Reply-To: <1377171825072-4661012.post@n4.nabble.com> References: <1377146373392-4660996.post@n4.nabble.com> <1377171825072-4661012.post@n4.nabble.com> From: Martin Grigorov Date: Thu, 22 Aug 2013 14:50:52 +0300 Message-ID: Subject: Re: updating table on main page after modal window is closed.. To: "users@wicket.apache.org" Content-Type: multipart/alternative; boundary=001a11c23e6846208904e487e994 --001a11c23e6846208904e487e994 Content-Type: text/plain; charset=UTF-8 https://github.com/apache/wicket/blob/master/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/modal/ModalWindowPage.java?source=cc#L56 target.appendJavaScript("top.location.reload()"); On Thu, Aug 22, 2013 at 2:43 PM, eaglei22 wrote: > Thank you. Can you show me a simple example of how to pass pagereference, > and then update the webmarkupcontainer? Im not very good with javascript. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/updating-table-on-main-page-after-modal-window-is-closed-tp4660996p4661012.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 > > --001a11c23e6846208904e487e994--