Reputation: 840
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
Upvotes: 2
Views: 230
Reputation: 21
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.
Upvotes: 2