You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Federico Fanton <ff...@ibc.it> on 2007/10/31 15:26:45 UTC

ModalWindow windowClosedCallback and WicketTester

Hi everyone!
I have a ModalWindow with a "close" button in it, the button's "onclick" calls modalWindow.close() via AJAX. My problem is that when I call the onclick via
wicketTester.executeAjaxEvent(button, "onclick")
the modalWindow's windowClosedCallback doesn't fire.. Am I missing something? Or am I supposed to call it from the testcase?

Many thanks for your time!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org