I'm having the same problem.. I have a servlet that I make a POST ( I
can't do a GET request because I send a lot of data to the servlet )
request with the RequestBuilder to the servlet and it recives all the
data, creates, in my case an excel file and then the client recives
the responce in a RequestCallback. And then nothing happens, except
that the status of the responce is OK with code 200.. I want the user
to see the download file form when the responce comes.

I have searched this group and via google with an answer to my
problem. Found some answers when you are making a GET-request, but
nothing when you make a POST request...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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