Yes, I was getting off the track as for query length of 0 it was calling requestDefaultSuggestions which would return an empty response. Once my brain kicked in, it was obvious I could ovveride requestDefaultSuggestions in my own code with correct invocation. Thanks a bunch! :)
On Jun 30, 11:10 pm, Isaac Truett <[email protected]> wrote: > Are you looking for the showSuggestionList() method of SuggestBox? > > > > On Mon, Jun 29, 2009 at 10:16 AM, CMB<[email protected]> wrote: > > > I would like to add a key handler to the suggestbox so that on a > > keydown it would ask the oracle for suggestion from the server, no > > matter if there is text or not in the input box. > > Is it possible, as I can't find a way to do this (adding the handler > > is easy, it's the requestSuggestions bit that I can't figure out)? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
