Is it possible to use a FormPanel with a submit button, but instead of
having the values sent to a server, simply process the result within
my GWT app?

Here's what I am doing:

I have a Form that is generated dynamically (the user can add rows to
the form through the UI).
I want to be able to look at those values within my application.

I figured a FormPanel would be the easiest -- as I could easily take
advantage of it gathering data from each of the elements and creating
name/value pairs for the data.

Can anyone help?
Thanks!

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