Re: any good ideas about how to add a confirm check before leaving a page?

2010-08-05 Thread vov
Hi, Do not forget to use google before posting the question :) http://wicketbyexample.com/wicket-ajax-confirmation-modal-window/ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/any-good-ideas-about-how-to-add-a-confirm-check-before-leaving-a-page-tp2314872p2314880.htm

Re: any good ideas about how to add a confirm check before leaving a page?

2010-08-05 Thread Pedro Santos
Hi Joe, take a look at the ModalWindow component, it require the described confirmation to exit the current page. As I remember, this is implemented with javascript on the modal.js On Thu, Aug 5, 2010 at 10:36 AM, Joe Hudson wrote: > Hi, I'm wondering if anyone has had to tackle this before and m

RE: any good ideas about how to add a confirm check before leaving a page?

2010-08-10 Thread Joe Hudson
l with the case where the user clicks a link of that type and intercept that event. Does anyone have any advice? Thanks. Joe -Original Message- From: vov [mailto:vov...@mail.ru] Sent: Thursday, August 05, 2010 9:43 AM To: users@wicket.apache.org Subject: Re: any good ideas about how t

Re: any good ideas about how to add a confirm check before leaving a page?

2010-08-10 Thread Leszek Gawron
On 2010-08-10 15:11, Joe Hudson wrote: Thank you very much for the response but my issue is not a simple as this Say I have a page with navigation links and the page doesn't "know" about the navigation links because they are controlled by functionality provided in the superclass. What I a

Re: any good ideas about how to add a confirm check before leaving a page?

2010-08-10 Thread Rodolfo Hansen
On Tue, 2010-08-10 at 16:08 +0200, Leszek Gawron wrote: > On 2010-08-10 15:11, Joe Hudson wrote: > > Thank you very much for the response but my issue is not a simple as > > this > > > > Say I have a page with navigation links and the page doesn't "know" about > > the navigation links becaus

RE: any good ideas about how to add a confirm check before leaving a page?

2010-08-11 Thread Joe Hudson
Thank you all for your feedback. This helps. Joe -Original Message- From: Rodolfo Hansen [mailto:kry...@gmail.com] Sent: Tuesday, August 10, 2010 12:30 PM To: users@wicket.apache.org Subject: Re: any good ideas about how to add a confirm check before leaving a page? On Tue, 2010-08