Re: Modal window issue

2011-08-10 Thread Vojtěch Krása
Hi, ModalWindow from wicket-extensions is broken by design, try to use visural-wicket or something different and all your problems are gone. V. 2011/8/9 Archana > Hi All, > > In my current application there is a need to open a Modal window with in a > Modal window and close the parent Modal wi

Re: Modal window issue

2011-08-09 Thread Martin Makundi
You can do it with javascript. Make a trigger that closes the modalwindow and then opens a new one by firing a new javascript call. Here is an example: final FriendlyAjaxEventBehavior ajaxEventBehavior; add(ajaxEventBehavior = new FriendlyAjaxEventBehavior(JavaScriptConstants