Re: close a ModalWindow when session expired

2009-12-15 Thread Johan Compagner
gt; >> window, > >> > everything works well : the modal window is closed and the original > >> window > >> > becomes active again. > >> > I searched in source page and in wicket source code, but can't find > >> what >

Re: close a ModalWindow when session expired

2009-12-14 Thread Bernard Lupin
what >> > code is behind this cross button. >> > Could you tell me which javascript code I could invoke on my close >> button, >> > to close the window without ajax request ? >> > Thanks a lot >> > Bernard > -- View this message in context: ht

Re: close a ModalWindow when session expired

2009-12-04 Thread Johan Compagner
> > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > > -- > View this message in co

Re: close a ModalWindow when session expired

2009-12-04 Thread Bernard Lupin
cribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://old.nabble.com/close-a-ModalWindow-when-session-expired-tp26622679p26635817.html Sent from the Wicket - User mailing list archive at N

close a ModalWindow when session expired

2009-12-03 Thread Bernard LUPIN
Hi, On my ModalWindow's close button, I only want to ... close the modal window. It seems that myWindow.close(target) calls some Ajax request, which is failing when session is expired. But if I click on the cross button in the upper right of the modal window, everything works well : the modal wi