Hi, It appears that valueChangeEvents are not triggered on the tr:inputText component when the user selects an entry using the AutoComplete feature of Internet Explorer. I have tested this on IE 6.0.2900.
In my JSP file I have this: <tr:inputText label="Enter Value:" valueChangeListener="#{ myBacking.inputTextChangeListener}" autoSubmit="true" value="#{myBacking.textValue}"/> I am getting valueChangeEvents when the user types a value in the textInput but I do not get an event if I select the value from the autocomplete box that IE presents if values have been entered previously into the field. Is there a way to output autocomplete="off" in the rendered output for the tag or is there a fix to the javascript that detects the value change? Thanks, Richard