Hi Gscholt, Thanks for the your response:
> I find it strange that it's not an easily extendable class myself, but > yes, you'll need to implement an oracle yourself. > You can just copy the MultiWordSuggestOracle code and adapt it I guess > (guessing, not read the copyright notice actually) The copyright is the standard gwt copyright, the problem is that the MultiWordSuggestOracle uses a PrefixTree object whose class is scoped as friendly for the com.google.gwt.user.client.ui package - which would mean that I have to copy that implementation and the MultiWordSuggestOracle implementation which makes me cringe a little. Thanks anyway for your suggestion. Anybody else got any ideas? Cheers Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
