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 8C4B83817 for ; Wed, 4 May 2011 22:28:08 +0000 (UTC) Received: (qmail 33955 invoked by uid 500); 4 May 2011 22:28:07 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 33921 invoked by uid 500); 4 May 2011 22:28:07 -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 33913 invoked by uid 99); 4 May 2011 22:28:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 22:28:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.220.173] (HELO mail-vx0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 22:27:59 +0000 Received: by vxb37 with SMTP id 37so2062969vxb.32 for ; Wed, 04 May 2011 15:27:38 -0700 (PDT) Received: by 10.220.37.13 with SMTP id v13mr432753vcd.31.1304548057966; Wed, 04 May 2011 15:27:37 -0700 (PDT) Received: from [192.168.33.20] (c-76-23-245-128.hsd1.ma.comcast.net [76.23.245.128]) by mx.google.com with ESMTPS id s20sm248671vcn.22.2011.05.04.15.27.37 (version=SSLv3 cipher=OTHER); Wed, 04 May 2011 15:27:37 -0700 (PDT) Message-ID: <4DC1D2DC.40004@avacoda.com> Date: Wed, 04 May 2011 18:27:40 -0400 From: Scott Reed User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: users@wicket.apache.org Subject: Re: Custom event: fire and handle References: <4DC1CDC6.7020103@avacoda.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I want to update the models for the component's children and refresh it. This app has a list on the "home page". Selecting one of the list items causes a transition to the "detail page". During that transition the pagebeforeshow event fires and then the page is displayed. When the pagebeforeshow event fires, I want to update the page content elements with details of the selected item. (As you may know, in jQuery Mobile these "pages" are divs with data-roll="page".) On 5/4/2011 6:13 PM, Igor Vaynberg wrote: > can you explain a bit more of what you want to happen when this > javascript event is fired? > > -igor > > On Wed, May 4, 2011 at 3:05 PM, Scott Reed wrote: >> Certain jQuery Mobile components can trigger a custom javascript event, >> "pagebeforeshow", which I want to handle on the server. I am new to this >> list and to Wicket and have not been able to find any documentation or >> examples that show how this could be done.|I would appreciate any help in >> figuring this out. >> Thanks, >> Scott >> | >> > --------------------------------------------------------------------- > 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