### Eclipse Workspace Patch 1.0 #P ICEfaces-ossrepo Index: bridge/lib/extras/autocomplete_ext.js =================================================================== --- bridge/lib/extras/autocomplete_ext.js (revision 17263) +++ bridge/lib/extras/autocomplete_ext.js (working copy) @@ -591,8 +591,8 @@ var form = Ice.util.findForm(this.element); // form.focus_hidden_field.value=this.element.id; if (isEnterKey) { - Ice.Autocompleter.logger.debug("Sending submit"); - iceSubmit(form, this.element, event); + Ice.Autocompleter.logger.debug("Sending partial submit for enter key"); + iceSubmitPartial(form, this.element, event); } else { Ice.Autocompleter.logger.debug("Sending partial submit");