Re: S2: Autocompleter strange behavior

2007-04-10 Thread Musachy Barroso
No, the comma should not be a problem. I can't debug it right now, I will late you know later. In the meantime creating a Jira ticket would ensure I don't forget it :) musachy On 4/10/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote: Yes, the JSON looks good. For the 3, 4, backspace 3 it returns

Re: S2: Autocompleter strange behavior

2007-04-10 Thread Scott Nesbitt
Yes, the JSON looks good. For the 3, 4, backspace 3 it returns the identical data: [ ["NCAA BKBL ATLANTIC 10 CONF-EAST"], ["NCAA BKBL ATLANTIC COAST CONF"], ["NCAA BKBL BIG 10 CONF"], ["NCAA BKBL BIG 12 CONF"], ["NCAA BKBL BIG EAST CONF"], ["NCAA B

Re: S2: Autocompleter strange behavior

2007-04-10 Thread Musachy Barroso
Looks right, and is it returning data for all of them? musachy On 4/10/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote: Well, because loadMinimumCount is set to 2 it does not fire with one char. Here are the requests for strings of length 2, 3, 4, then backspace to 3 from fiddler. GET /enames2/

Re: S2: Autocompleter strange behavior

2007-04-10 Thread Scott Nesbitt
Well, because loadMinimumCount is set to 2 it does not fire with one char. Here are the requests for strings of length 2, 3, 4, then backspace to 3 from fiddler. GET /enames2/html/LookupOrgs.action?org=nc HTTP/1.1 GET /enames2/html/LookupOrgs.action?org=nca HTTP/1.1 GET /enames2/html/LookupOrgs.

S2: Autocompleter strange behavior

2007-04-10 Thread Scott Nesbitt
I am using the autocompleter tag like this: When I type a two-char string in the text box it works fine: six items in the dropdown. However, when I add another char there is nothing in the dropdown. When I add a fourth char I get six items again. When I backspace to three chars

Re: S2: Autocompleter strange behavior

2007-04-10 Thread Musachy Barroso
Can you post the url that its using for 1,2,3,4 characters? You can use FireBug for that, they should be something like http://../LookupOrgs.action?org=ab http://../LookupOrgs.action?org=abc ... regards musachy On 4/10/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote: I am using the auto