RE: 2 ModalWIndows at once

2009-12-09 Thread Stefan Lindner
. Dezember 2009 08:45 An: users@wicket.apache.org Betreff: Re: 2 ModalWIndows at once opening two modals doesnt really make sense unless one is the parent of the other... -igor On Tue, Dec 8, 2009 at 11:26 PM, Stefan Lindner lind...@visionet.de wrote: I try to open two modal Windows at once

Re: 2 ModalWIndows at once

2009-12-09 Thread Igor Vaynberg
with a self updating timer? Stefan -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Mittwoch, 9. Dezember 2009 08:45 An: users@wicket.apache.org Betreff: Re: 2 ModalWIndows at once opening two modals doesnt really make sense unless one

2 ModalWIndows at once

2009-12-08 Thread Stefan Lindner
I try to open two modal Windows at once AjaxLink onClick(AjaxRequestTarget) { modal1.show(target); modal2.show(target); } Both modal windows are Pages, no panels. Both modal windows are opened as expected,

Re: 2 ModalWIndows at once

2009-12-08 Thread Igor Vaynberg
opening two modals doesnt really make sense unless one is the parent of the other... -igor On Tue, Dec 8, 2009 at 11:26 PM, Stefan Lindner lind...@visionet.de wrote: I try to open two modal Windows at once        AjaxLink                onClick(AjaxRequestTarget) {                        

AW: 2 ModalWIndows at once

2009-12-08 Thread Stefan Lindner
2009 08:45 An: users@wicket.apache.org Betreff: Re: 2 ModalWIndows at once opening two modals doesnt really make sense unless one is the parent of the other... -igor On Tue, Dec 8, 2009 at 11:26 PM, Stefan Lindner lind...@visionet.de wrote: I try to open two modal Windows at once