Thanks again Igor - this seems to work. Michael
-----Original Message----- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 11:37 AM To: [email protected] Subject: Re: Delaying AutoCompleteTextField by n characters? wicket's ajax behaviors have setThrottleDelay() you can use -igor On Feb 5, 2008 11:34 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I'd be happy with the throttle - how do I enable that? > > -----Original Message----- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 05, 2008 11:16 AM > To: [email protected] > > Subject: Re: Delaying AutoCompleteTextField by n characters? > > wicket has a throttle which works on time not on number of > characthers, for that you need to roll your own javascript > > -igor > > > On Feb 4, 2008 3:54 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > > What is the preferred way of delaying the Javascript call to > > getChoices() until a certain amount of characters have been types in? > I > > guess I could just put in some kind of if condition that checks the > > input string's length, but I was wondering if there's a more elegant > way > > of doing this. > > > > Thanks! > > > > Michael > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
