Has anyone got any further input to this thread?
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/32e8fbe48f68a732#
Sorry for reposting but to me this is a critical issue that should be
looked into asp. Has anyone else had this problem or can someone else
reproduce it?
iv also found recently that if i throw an exception MyException from
the server to the client and do the following in the onFailure method
the expression evaluates to false.
if (caught instanceof MyException) {
Window.alert("true");
} else {
Window.alert("false");
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---