[EMAIL PROTECTED] schrieb: > 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?
You haven't answered my question, so I didn't see a reason to look into that further (nobody is paying me for doing that anyway, so it's voluntary work anyway). What is try{ String test = null; test.toString(); } catch(NullPointerException npe){ Window.alert(Boolean.toString(npe instanceof NullPointerException)); } returning? > 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"); > } To repeat my question: Is MyException derived from SerializableException? Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---