Hi,
It looks like there might be a bug with the AutoCompleteTextField component or it might be a browser bug in IE8. I'm using the AutoCompleteTextField with the constructor that takes just the id and I'm returning a list of strings in the getChoices(String input) method. However when I start to type a value the drop down list is rendered at the bottom of my screen as opposed to right next to the TextField. There is also a javascript error on the page. That says the following: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Wed, 10 Mar 2010 22:16:45 UTC Message: Invalid argument. Line: 308 Char: 9 Code: 0 URI: http://localhost:8080/risk/resources/org.apache.wicket.extensions.ajax.marku p.html.autocomplete.AutoCompleteBehavior/wicket-autocomplete.js The component works fine in the Chrome browser. The behavior described above was in IE8. I'm currently using wicket 1.3.6. Thanks, Josh
