Hi,
in our project we have an AutoCompleteTextField with
AjaxFormComponentUpdatingBehavior ("change" event) attached.
Small prototype I did proves that HTTP POST is done when an item is
selected from choices (either by mouse or keyboard). But for some reason
the same code doesn't work in our project. It is required to move focus to
another component for the POST to be send. The behavior works like if
"blur" type of event is set but there is "change".
I'm quite new to Wicket so I tried to compare all HTML & JS files but they
all seem to be the same.
Is there some other debug I can use to find what is going on (I suspect
something in JS but JS isn't my specialty) ?
Oh and both wicket-core and wicket-extension is 7.0.0.
Thanks,
Zbynek