I found that there is a jira bug on the issue. Here is the link: https://issues.apache.org/jira/browse/WICKET-4294 https://issues.apache.org/jira/browse/WICKET-4294
If you put the following CSS in your style sheet for your AutoCompleteTextField it will fix it. /* * FIXES rendering issue of autocomplete * suggestions on modal windows in internet explorer 7, 8, ..? */ DIV.wicket-modal DIV.w_content_container { position : static !important; } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-3-AutoCompleteTextField-not-working-in-ModalWindow-tp4314182p4314470.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org