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
Stefan Lindner wrote:
>
> I have the same problem too with wicket 2. A Model window containing a
> panel with drop down choice lists. Whe I open a model window on top of thi
> smodel window, the dropdowns are always displayed in fornt of the second
> model window. I noticed that the first model window hides any dropdowns in
> the basic window and re-displays them on window close. So I use a
> workaround whre the second modal window hides the dropdowns of the first
> and after closing if (Onclosecallback) redisplay them agian (just set
> visible(false)) and add the component to the request target.
> But I have another problem here. The invisibility workd well (set each
> dropdown to invisible, target.addCompoent(dropdown)). But to make them
> visible again, it is not sufficient to set visible(true) and
> target.addComponent(dropdown). The whole surronding panel must be added to
> the target's compionents too.
>
> stefan Lindner
>
>
> -------------------------------------------------------------------------
> 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#a9667803
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