Hi Guys, I have an autocompleter tag in my app, but it isn't working good in IE7. In FF it is doing good. The problem is when I keep typing, there are some options that it doesn't retrieve. I little strange and hard to explain. I'm generating the JSON using a freemarker template, like this:
[ <#list vars as var> ["${var}","${var}"], </#list> ] and my autocompleter code i based on generated HTML, because I can't have the autoLayout table tags. So: <input dojoType="struts:ComboBox" id="autoCompleterValue" dataUrl="/Mutuo2/PlantelVarietal!listVars.action" searchType="startstring" autoComplete="false" name="autoCompleterValue" keyName="autoCompleterValueKey" loadOnType="true" loadMinimum="2" visibleDownArrow="true"> Any suggestion? Thanks Felipe -- View this message in context: http://www.nabble.com/AutoCompleter-doesn%27t-work-good-in-IE7-tf3964266.html#a11250917 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]