On Apr 26, 12:32 pm, laurent <[email protected]> wrote:
> Hello ,
>
> i'm using a fileUpload Widget in a FormPanel.But when i click on my
> button and 'form.submit' , it don't go in my servlet.
[...]
> formPanel.setAction(GWT.getModuleBaseURL() + "SampleUploadServlet");
[...]
> <servlet-mapping>
>         <servlet-name>SampleUploadServlet</servlet-name>
>         <url-pattern>*.gupld</url-pattern>
> </servlet-mapping>

GWT.getModuleBaseURL() + "SampleUploadServlet" obviously doesn't end
in ".gupld"

-- 
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