Description
When one is trying to use AutoCompleteTextField field on a form
or a FieldSet which is added to the form then submitting a form is not possible.
Possible problem is in double post validation, that is - first you submit form with auto complete field and if you try to submit with submit button afterwards, submission fails (method form.onSubmitCheck(this, pagePath) returns false).