A strange query regarding hosted mode, and web mode

2008-10-24 Thread Ajay Garg
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

Re: A strange query regarding hosted mode, and web mode

2008-10-24 Thread Ajay Garg
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