The approach I use is to create a Hidden widget on the form.  In my
onSubmitHandler() I bundle the information I want to send with the
form into a JSON object and assign its string to the Hidden widget.
Then on the server all I do is look for the value of the Hidden
widget, and parse the JSON object.

On Mar 28, 5:57 am, Vik <[email protected]> wrote:
> Hie
>
> I have a gwt FormPanel component in my onModuleLoad method.
>
> At onSubmitHandler I have to push the data to server. So is there any way to
> pass the complete form object or I have to pass all the fields of form
> independently?
>
> Thankx and Regards
>
> Vik
> Founderwww.sakshum.comwww.sakshum.blogspot.com

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