I've modified the url-pattern by :
<servlet-mapping>
<servlet-name>SampleUploadServlet</servlet-name>
<url-pattern>/SampleUploadServlet</url-pattern>
</servlet-mapping>
But it don't never go in the servlet
On 26 avr, 15:31, Thomas Broyer <[email protected]> wrote:
> 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
> athttp://groups.google.com/group/google-web-toolkit?hl=en.
--
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.