That's what that attribute is for, can you enable logging on head
(debug="true") and submit any logged error, or javascript errors? The ajax
tags still need to be tested on IE 7.

musachy

On 6/22/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:


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]




--
"Hey you! Would you help me to carry the stone?" Pink Floyd

Reply via email to