I'm having trouble with AutoCompleteTextField. It works great most of the time,
but occasionally the autocompletions won't show up. This seems to be more of a
problem on Safari and IE6. It happens either when the page first renders, or
after clicking OK to take action based on the user's selection (there's an ajax
button next to my AutoCompleteTextField).
I've tried manually reinitializing the autocomplete JS code by calling
target.appendJavascript("initialize()").
I've also tried re-rendering the AutoCompleteTextField using
target.addComponent(field).
None of these techniques work.
I'm using Wicket 1.4.0.
If someone can help, I'd appreciate it.
Thanks,
Julian