Hello All,

I am learning GWT and loving it too.

In my app, I have a suggest box that needs to query the server for its
suggestions. I have it working great when the query to be sent to the
server is the text in the input box alone... however, i dont see any
way to tack on an additional parameter to the query. Even if i sub-
class SuggestBox, the method visibility in SuggestBox is all default
which means i need to be in the same package as gwt. Also, in the sub-
class for SuggestOracle, there is no clearly specified way to add
query parameters to the query... there seems to be an opportunity to
much with the request in SuggestOracle#requestSuggestions(Request
request, Callback callback)... is that what is expected? If not, how
is this done?

Any pointers/help will be highly appreciated. Thank you!

Best,
Sachin

-- 
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.

Reply via email to