Hi all. Found the problem. Actually, it was the String.equalsIgnoreCase being invoked on a null object (I found this after "painfully" running eclipse in debug mode for 2 hrs, checking line by line :-(.
Anyhow, a bigger question : there was no exception thrown in hosted mode, that could tell abt an operation invocation on a null object. Surely, this can be a nightmarish bug. Any ideas, as to how this can be catched/traced?? Looking forward to a reply. Ajay Garg On Oct 24, 2:41 pm, Ajay Garg <[EMAIL PROTECTED]> wrote: > Hi all. > > I am facing a strange problem. I am working on an application, that > should display a tree of datra fetched from the server. Instead, when > working with IE6 web mode, the application throws :: > > "'null' is null or not an object" > > jsp error, while when I run in hosted mode, no such error is thrown. > In any case, the tree is not build up. > > Stranger is the fact, that on firefox and safari, exact same things > happen, except that no jsp error is thrown in web mode; the tree is > never-ever build up in any of the web or hosted modes. > > Any ideas in this regard ..? > > Looking forward to a reply. > > Ajay Garg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
