Re: FormPanel submit problem

2009-12-19 Thread 张也奈川郎
Zhang Qi(张琦)?? -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroup

Re: FormPanel submit problem

2009-12-18 Thread Qi Zhang
Hi, Tom Thanks for your useful explaination. Based on your suggestion, I have successfully parsed the paramters using the Apache FileUpload. Thanks again...Qi On Mon, Dec 14, 2009 at 1:01 AM, Thomas Broyer wrote: > > > On 11 déc, 12:22, Qi Zhang wrote: > > Hi, > > > > Actually after I changed

Re: FormPanel submit problem

2009-12-13 Thread Thomas Broyer
On 11 déc, 12:22, Qi Zhang wrote: > Hi, > > Actually after I changed > the  form.setEncoding(FormPanel.ENCODING_MULTIPART); > to form.setEncoding(FormPanel.ENCODING_URLECONDING), those parameters are > passed to the servelt successfully, I really do not understand why? Because servlet's getPara

Re: FormPanel submit problem

2009-12-11 Thread Qi Zhang
Hi, Actually after I changed the form.setEncoding(FormPanel.ENCODING_MULTIPART); to form.setEncoding(FormPanel.ENCODING_URLECONDING), those parameters are passed to the servelt successfully, I really do not understand why? I use traditional forms because I already have existing servlet code to h

Re: FormPanel submit problem

2009-12-11 Thread rjcarr
Sorry, I've never used traditional forms in gwt, so I can't help, other than to ask, are you sure you need to use traditional forms? On Dec 9, 11:42 pm, Island wrote: > Hi, there > > I am new to GWT, so maybe this question has been answered somewhere > else. > > The question is regarding the Form