Hi All,

I'm starting with GWT module for a functionality say 'addPerson'. so ui will
have around 10-15 user inputs (in a single form) like firstname, lastname,
address, phone, etc.
>From a short period of experience in gwt, I am sending these data to server
using RPC call like '*serivce.addPerson(firstname, lastname,
address,,,,,,,,, asynccallback<Person>)*'
or
I can create just a java bean manually with these values in it and send that
bean using RPC (just replacing all values by this bean in
*addPerson()*service).
so I just wonder is there any way to bind these form values into a formbean
or something and send to server? (just like in struts).

Thanks

--
Sarjith

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