Yessssss. It's my stupid mistake.
Very thanks for your reply, it's working. :-))

Just one question...
I try to read out the request parameters from the request object:

request.getParameter("textBoxFormElement")
or
Map<String,String[]> parameters = request.getParameterMap();

, but i get null objects.

Can you know the reason why?

thanks

On Apr 5, 3:57 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> On 5 avr, 10:43, milcsi04 <milcs...@gmail.com> wrote:
>
>
>
> >                 final FormPanel formPanel = new FormPanel();
> >                 formPanel.setEncoding(FormPanel.ENCODING_MULTIPART);
> >                 formPanel.setMethod(FormPanel.METHOD_POST);
> >                 formPanel.setAction(GWT.getModuleBaseURL() + "/uploader");
>
> >                 VerticalPanel panel = new VerticalPanel();
> >                 formPanel.setWidget(panel);
> [...]
> >         initWidget(panel);
>
> initWidget(formPanel);
>
> WIth your code, the form panel is actually never added to the page.
--~--~---------~--~----~------------~-------~--~----~
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