Hello Team,

I cant find my initial post on this topic, so this might be a re-post
for some of you.

I have a SuggestBox in my gwt app that needs to add an additional
parameter to the request that is sent to the server for auto-
completion. How can i do this? There is no method to add additional
parameters to the SuggestOracle. I tried sub-classing the
SuggestOracle, but most of the methods in that class are default
access and if I sub-class the SuggestOracle.Request class, the RPC
mechanism fails to make the request... The only other way is to modify
the query in the requestSuggestions method... but that does not sound
clean to me... sounds like a hack...

So, what is the best way to add parameters to an ajax request made by
the SuggestBox?

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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to