Hi, I'm not sure this is necessarily germane to GWT, but I thought I'd
give it a shot here.
I am using a FormPanel to submit a POST. When the post finishes, I
return an application/json that I want to do something with.
I have a SubmitCompleteHandler that just logs the response =>
private SubmitCompleteHandler submitCompleteHandler = new
SubmitCompleteHandler() {
@Override
public void onSubmitComplete(SubmitCompleteEvent evt) {
GWT.log(evt.getResults(), null);
...but when the form finishes, the browser takes over and pops up a
dialog that asks if I want to save the file. How do I avoid this, so
that my code can process the JSON string?
Thanks in advance,
Davis
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---