Yes sorry. As it is a very generic error message, I thought it was useless to translate it. Actually, the exact message with english locale is "Object doesn't support this property or method". Yes, a null object has no property...
By the way, I just removed the final keyword on method parameters of an object, and now I don't have the issue... I have absolutely no idea why. Doesn't GWT compiler just strip final keyword on method parameters ??? On 12 mar, 20:25, Vitali Lovich <[email protected]> wrote: > Just as a future hint, you may want to translate the error messages into > English as well. I understood it & there might be enough friend words for > context for people who don't speek French, but you're more likely to get > responses if everything is in English. > > On Thu, Mar 12, 2009 at 1:35 PM, Miles T. <[email protected]> wrote: > > > Mmm, it looks my Element was null. Strange that it doesn't throw a > > NullPointerException instead. > > > On 12 mar, 16:29, "Miles T." <[email protected]> wrote: > > > Hi all, > > > > I have an issue which randomly happens in hosted mode in Windows XP > > > (IE6) when calling getElementsByTagName("td") on an Element. > > > > [ERROR] Uncaught exception escaped > > > com.google.gwt.core.client.JavaScriptException: (TypeError): Cet objet > > > ne gère pas cette propriété ou cette méthode > > > number: -2146827850 > > > description: Cet objet ne gère pas cette propriété ou cette méthode > > > at > > com.google.gwt.dom.client.Element$.getElementsByTagName$(Native > > > Method) > > > > I've already encountered such "unsolvable" exception but I had found a > > > workaround (refactoring a lot of code...). Did anyone already > > > encounter such issue ? > > > > Cheers, > > > > Miles --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
