On 5 avr, 10:43, milcsi04 <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to