Hello Struts Users, We have an application using Struts2.1.6 to generate the autocompleter as below.
<sx:autocompleter key="category" list="categories" autoComplete="true" valueNotifyTopics="/categoryChanged" resultsLimit="-1" cssStyle="width:300px" required="true" /> <sx:autocompleter key="classes" list="classes" autoComplete="true" resultsLimit="-1" cssStyle="width:300px" required="true" /> On the Internet Explorer browser, the tabbing order is not moving the focus to the next field in the form if the combobox is in the active mode. On the FF, it works fine. Does anyone has this issue or advice for the solution? Thanks in advance, -- View this message in context: http://old.nabble.com/Tabbing-key-not-work-on-the-Combobox-on-the-IE7-and-IE8-tp27950856p27950856.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org