Hi Dear Google Web Toolkit members, I'm new in http://groups.google.com.
And I have two questions please help me with that questions.

Question number one:
I'm using suggestion box for search. And I have an ValueChangeHandler
on that SuggestBox. And I'm  making an RPC call on each value have
change and want to get from database several entities which current
property value has substring of the word i typed. For example if I
have an entity (companies) and my entity has a property called (name)
and when I type "app"   and also I've got Entity which property(name)
value is "Apple" I want my query to return that entity. But as I can't
send such query for example in RDB  (Mysql)  I was sending such query
"SELECT * FROM companies WHERE name LIKE '%app%'";
So please suggest how can I make that google like suggestionBox

And the second question:
Why do we need using form instead of simple datasending to server
using RPC I'm creating registration form and think.. what is the
difference of sending data to the server using FormPanel or using RPC
call. I noticed that for form I don't need to organize RPC and create
two more classes But I think maybe there is more reason of using Form
instead RPC Calls please tell me what other reason could be of using
form. Мaybe it's because that with form we also can send some files ?
Using FileUpload?

Best Regards,
Manvel Saroyan

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