I have a form that depending upon a listbox value that the user selects needs different suggestions.
Currently I have 1 SuggestOracle and I have to clear it and reload it, with values from the server, every time the user changes the ListBox. What I would like to do is store a SuggestOracle for each value and swap the oracle out every time the user changes the ListBox value. If I was to modify the SuggestBox code in my project to make setOracle public would there be any negative reprocussions? Thanks, Pat -- 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.
