tags:

views:

31

answers:

1

Hi,

I'm writing a module in GWT. It uses a WYSIWYG editor. It was running smoothly until I tried using RichText from GWT instead of WYSIWYG editor. Since it did not workout as expected, I rolled back to the old code (i.e. WYSIWYG). But now, when I run the compiled html file in a browser, I get an error

Error: a is null Source File: http://www.xxxxx.com/sandbox/rss-manager/rss_manager/88DF3622F3340D0F082021E59419F325.cache.html Line: 1022

It isn't showing any errors during compile time either. Its hard to figure out what the problem is.

Please help

+1  A: 

Hi,

Try to compile your code in PRETTY or DETAILED style. If error repeats, you'll be able to find exact place where it happens.

P.

Piter
I hope no one has got this problem.GWT behaves strangely at certain occasions. Anyhow I got my solution. Thanks a lot guys. It was a Async call which was making all the problems. Had to redesign the whole structure a bit.
Shoaib
It was a LOGICAL ERROR. GWT not to be blamed
Shoaib