Hello,

I have gwt module which is served by one server. One of the forms in
the UI is posted to a different server. The two servers are two
different subdomains. What I am observing is that the
FormSubmitCompleteEvent:getResults() always returns null. The form is
uploading a file to the other server. The file does get uploaded fine.
All the server side work is done and the server returns a simple json
buffer as success. Debugging proxies like httpfox also show the valid
return from the post as expected. However that buffer is not made
available to the form post callback. This essentially means that in my
gwt code, I have no way of determing success or failure of the file
upload. I need to be able to receive that server return in the gwt
code.

Has anyone seen this problem? Is there a workaround for this ?

Thanks,
-Jayant.

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