Re: Silly bug or miracle? FormPanel doesn't send request to server.

2009-05-25 Thread Sunny
Hi there, I'm coming across an identical problem I think. I thought it might have been Firefox caching the request and not sending it, so I added a hidden field into the form that would contain a timestamp in the onSubmit event but it didn't work. Could you please share with me what you found the

Re: Silly bug or miracle? FormPanel doesn't send request to server.

2009-04-27 Thread Serega.Sheypak
The problem is solved On Apr 26, 5:05 pm, "serega.shey...@gmail.com" wrote: > My form doesn't want to send request (watching its activity through > Firefox Firebug) > This is my client code: > > public class UploadForm extends FormPanel{ >     private HorizontalPanel content = new HorizontalPane

Silly bug or miracle? FormPanel doesn't send request to server.

2009-04-26 Thread serega.shey...@gmail.com
My form doesn't want to send request (watching its activity through Firefox Firebug) This is my client code: public class UploadForm extends FormPanel{ private HorizontalPanel content = new HorizontalPanel(); private Label uploadLabel= new Label("Choose file"); private FileUpload file