Hello!
I hope someone can help me. I want to create a TextItem with suggestions. I have the following situation:
I have a table with a list of diagnosis. I use GWT-RPC to communicate between client and server (I know this is not very good, but I havenīt programmed this).
I want that the user can enter any kinds of letters. After each letter input the current value of the TextItem is transfered to the server. The server returns a list with names which should be displayed beneath my TextItem. More or less how it is done at google.com.
I hope someone can help me, I would be very happy!!!
Thanks Florian!
I hope someone can help me. I want to create a TextItem with suggestions. I have the following situation:
I have a table with a list of diagnosis. I use GWT-RPC to communicate between client and server (I know this is not very good, but I havenīt programmed this).
I want that the user can enter any kinds of letters. After each letter input the current value of the TextItem is transfered to the server. The server returns a list with names which should be displayed beneath my TextItem. More or less how it is done at google.com.
I hope someone can help me, I would be very happy!!!
Thanks Florian!
Comment