Re: Form + servlet + Firefox does not work

2009-12-06 Thread Lena
Server side does not throw any exception. Regarding the firebug, I don't know how to look for what the browser sends... how can I do this? On 4 dic, 10:41, Martin Trummer wrote: > so does your applet actually get called > i mean: when you upload a file in FF, is the doPost > method called? > > ma

Re: Form + servlet + Firefox does not work

2009-12-06 Thread Lena
Server side does not throw any exception. Regarding the firebug, I don't know how to look for what the browser sends... how can I do this? On 4 dic, 10:41, Martin Trummer wrote: > so does your applet actually get called > i mean: when you upload a file in FF, is the doPost > method called? > > ma

Re: Form + servlet + Firefox does not work

2009-12-04 Thread Martin Trummer
so does your applet actually get called i mean: when you upload a file in FF, is the doPost method called? maybe you should throw in some log statements and maybe try to catch all Exceptions in the do post just to log it you could also use firebug to check what the client actually sends to the se

Form + servlet + Firefox does not work

2009-12-03 Thread Lena
I'm writing a gwt site with a form using components from both gwt and gwt-ext. Since I need to send a file I can't use gwt's RPC services (GWTServletService), so I use a java servlet. I tried it in hosted mode and with IE6 and I recieve data properly. However, using firefox the servlet does not rec