WW-2536 Autocompleted element don't publish topics when it changed

o applied patch by Stanislav Malishevskiy

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@667794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2008-06-14 12:48:21 +00:00
parent 5a5f88205d
commit e8a2fb1497
@@ -495,7 +495,8 @@ dojo.widget.defineWidget("dojo.widget.ComboBox", dojo.widget.HtmlWidget, {forceV
return false;
}
}
this.selectedResult = [tgt.getAttribute("resultName"), tgt.getAttribute("resultValue")];
this.textInputNode.value="";
this.selectedResult = [tgt.getAttribute("resultName"), tgt.getAttribute("resultValue")];
this.setAllValues(tgt.getAttribute("resultName"), tgt.getAttribute("resultValue"));
if (!evt.noHide) {
this._hideResultList();