This was answered in http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6d959e0de08b8d8/62282e2b232e8faa...
Unless you have a good reason like you have to use an existing server handling form posts, then you probably don't want to use forms in GWT. Gather the data from the boxes, and pass it to an RPC call to handle the data. There are many examples, including use of appengine, included in the gwt distribution and discussed here: http://code.google.com/webtoolkit/examples/. On Apr 7, 10:35 am, Vik <[email protected]> wrote: > Hie > > I am using gwt with app engine. > > I have a big form like:http://www.sakshum.com/ui/page/DonorRegister.jsp > On submit i have to pass the user entered data to server to process it. > > So how should I pass the entire data? Please advise > > 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.
