Iam using wicket 1.2.4 ,problem caused due to setting same cookie name in
parent modalwindow & child modalwindow.If u give different names for cookies 

                final ModalWindow modal1;
                form.add(modal1 = new ModalWindow("modalGlobalLocation"));
                modal1.setResizable(true);
                modal1.setInitialWidth(600);
                modal1.setInitialHeight(400);
                modal1.setPageMapName("modal-1");
                modal1.setCookieName("modal-1"); ----------------------------> 
set
different cookie name, It must be resolved




Matej Knopp-2 wrote:
> 
> Okay. I've fixed that for wicket 1.x. Can you check if it works? Also
> ModalWindow.close() is no longer static. 1.2 and trunk are not fixed
> and i probably won't be.
> 
> -Matej
> 
> On 3/23/07, vsubedar <[EMAIL PROTECTED]> wrote:
>>  When using panels or pages, in a Modal dialog all the DropDownChoices
>> "shine through" the dialog and places themselves on top of everything in
>> IE.Problem arises when there is a modalWindow inside a modalWindow.
>> ________________________________
>>  View this message in context: DropDown comes on top of ModalWindow
>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DropDown-comes-on-top-of-ModalWindow-tf3451971.html#a9667790
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to