gwt FormPanel servlet integration

2010-10-29 Thread hbaydarov
get the value from gwt FormPanel in servlet? Thanks, //http://stackoverflow.com/questions/4049312/gwt-formpanel-servlet- integration -- 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-tool

Re: gwt FormPanel servlet integration

2010-10-29 Thread David Chandler
, IOException {    System.out.println(req.getParameter(name)); // null! why? } What is the problem with that code? How can I get the value from gwt FormPanel in servlet? Thanks, //http://stackoverflow.com/questions/4049312/gwt-formpanel-servlet- integration -- You received this message

Re: gwt FormPanel servlet integration

2010-10-29 Thread Thomas Broyer
On 29 oct, 08:24, hbaydarov hbayda...@gmail.com wrote: I'm just writing a simple FormPanel and a servlet that handle it. However, there is a problem while getting parameter from FormPanel. What I want to say :     formPanel.setEncoding(FormPanel.ENCODING_MULTIPART);