Re: Foundation integrated in wicket

2014-09-17 Thread iluwatar
Hi, I have something boiling at https://github.com/iluwatar/wicket-foundation. It is still in quite early stages but progressing nicely.. Best regards, Ilkka Seppälä -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Foundation-integrated-in-wicket-tp4666792p4667549

Re: user activity disabled during page load

2013-12-10 Thread iluwatar
In your getWindowOpenJavaScript() you need to set one property to disable the confirmation dialog: Wicket.Window.unloadConfirmation = false; See here: http://stackoverflow.com/questions/8013364/how-to-defeat-browser-dialog-popup-when-calling-wicket-setresponsepage-from-mo -- View this message