Re: Leaving page after closing modal results in browser pop up

2014-02-15 Thread Martin Grigorov
Hi, It is fixed soon after 6.13.0 has been released - https://issues.apache.org/jira/browse/WICKET-5469 Martin Grigorov Wicket Training and Consulting On Sat, Feb 15, 2014 at 10:44 PM, PDiefent wrote: > Hi Paul, > yes, this works. But why didn't I need it in former Wicket releases? > > -- > V

Re: Leaving page after closing modal results in browser pop up

2014-02-15 Thread PDiefent
Hi Paul, yes, this works. But why didn't I need it in former Wicket releases? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Leaving-page-after-closing-modal-results-in-browser-pop-up-tp4664471p4664484.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Leaving page after closing modal results in browser pop up

2014-02-15 Thread Paul Bors
Have you tried setting this on your page? Wicket.Window.unloadConfirmation = false; It should work, and if you want to apply it to all of the modal pop-ups in your app, consider using a header contribution that you would add to your parent page. ~ Thank you, Pau Bors On Sa

Re: Leaving page after closing modal results in browser pop up

2014-02-15 Thread PDiefent
Hi Ernesto, I didn't try because with former versions of Wicket the confirmation doesn't rise. The problem seams to exist since Wicket 6.13. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Leaving-page-after-closing-modal-results-in-browser-pop-up-tp4664471p4664475.htm

Re: Leaving page after closing modal results in browser pop up

2014-02-14 Thread Ernesto Reinaldo Barreiro
Hi, Did you try ModalWindow#showUnloadConfirmation? On Fri, Feb 14, 2014 at 11:03 PM, PDiefent wrote: > Hi, > with the current Wicket 6.13.0 I got a new problem. When leaving a page > after openin a modal window results in a browser pop up where I have to > confirm leaving the page. If I leave