value changes are on the server. Auto submit should work onblur, so shouldn't matter how you enter the data. You did tab off of the input text right?
On Fri, Feb 15, 2008 at 1:36 PM, Richard Yee <[EMAIL PROTECTED]> wrote: > 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 > >