FormPanel doesn't work with the RPC Servlet. To use it on the server side, you have to write a standard servlet and get the values using request.getParameter() method.
FormPanel is meant for integration with legacy servlets, or if you want to upload files to the server. --Sri 2009/9/19 [email protected] <[email protected]> > > I am new to GWT. > > Anyone can tell me how to get values from FormPanel (simply a TextBox) > in server side? In the client side, the code is almost identical to > GWT sample code, but I cannot figure out how the value can be > transported to server. > (In HttpServelet, I can use request to get values in server side, but > RPC not) > > Hope that anyone can give me an simple example to show how FormPanel > works with RPC. Thank you! > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
