Hello!

I need to implement a suggest box. Therefor I found a possibility to create 
that on this page: 
http://www.gwtapps.com/doc/html/com.google.gwt.user.client.ui.SuggestBox.html
But however I cannot use this code with the oracle because I have more than 
70000 datas. Therefore I want to realise this in that way:

After each character the system should send an rpc call to the server where the 
server makes a database query and returns the result which is afterwards 
displayed beneath the textfield.

Can someone help how such a code would look like in gwt?

Thanks,
Florian

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