Well,

Regarding that ShowCase is working on IE7, I suppose the issue is on
loadOnTextChange.

I'm using that because the list is really big, and I can't bring it in one
time. About 35000 records comming from Database. I would like to wait for 2
chars before make the select in Database. How could I do that
without use this att?

Thanks,

Felipe



Felipe Rodrigues wrote:
> 
> 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#a11251567
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to