That's basically a css issue (which can also be solved by calling #selectmenu() on dialog#open AFAIS) I tried several css trick but so far I can get it work only once, with this rule in HomePage$Dialog.html for instance:
.ui-selectmenu-open { z-index: 999; } You can google this to continue investigating : "jquery ui selectmenu dialog not working" (seems to be a common issue) Please keep me up to date. I will try to continue investigating later this week... Good luck, Sebastien. On Wed, Oct 18, 2017 at 1:46 PM, Reiche, Andreas < andreas.rei...@lgln.niedersachsen.de> wrote: > Not working means the DropDown is rendered but if you click on it the > options are not shown. > Btw. The same DDC works when it's placed outside of dialog. > All together in the Quickstart. > > Andreas Reiche > > > > > -----Ursprüngliche Nachricht----- > > Von: Sebastien [mailto:seb...@gmail.com] > > Gesendet: Mittwoch, 18. Oktober 2017 11:21 > > An: users@wicket.apache.org > > Betreff: Re: Wicket jqueryui DropDownChoice not working in > AbstractFormDialog > > > > Hi, I cannot test the quickstart right now. By not working, do you mean > it > > is a display issue, or a behavioral issue? In the firstcase, it is > likely a > > css issue (please checkout the wicket-jquery-ui forum, I'm pretty sure > the > > question was raised in there before...) >