i guess that may work, or add an ajax call back to the ondomready event

-igor

On Tue, Dec 8, 2009 at 11:54 PM, Stefan Lindner <lind...@visionet.de> wrote:
> Hi Igor,
>
> how can I make modal2 the child of modal1. Or how can I open modal2 
> automatically after modal1 was opened? Fake an ajax roundtrip 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 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) {
>>                        modal1.show(target);
>>                        modal2.show(target);
>>                }
>>
>> Both modal windows are Pages, no panels. Both modal windows are opened
>> as expected, modal2 above modal1. But when I close modal2 in IE, modal1
>> does not get the focus, my applicationis no more responding at all. In
>> FF, Chrome, Safari it works. After closing modal2, modal1 gets the
>> focus.
>>
>> Is it forbidden to open 2 modal windows at once?
>>
>> Stefan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to