Re: Javascript problem in cache.html

2009-12-23 Thread Wouter
Sri, Thanks, it worked! Once I set the style=DETAILED flag using the GWT Compile project button in eclipse I soon discovered the problem. One of my variables was null in some cases. Once I fixed this my application works again. Thanks Wouter On Dec 22, 9:19 pm, Sripathi Krishnan

Javascript problem in cache.html

2009-12-22 Thread Wouter
Hi all, I have a strange problem in a hash.cache.html that is generated by GWT. When I click on an specific radio button in my application the application seems to hang (the please wait indication remains displayed). This problem occurs in Chrome, FF and IE. In IE an JS error appears which says:

Re: Javascript problem in cache.html

2009-12-22 Thread Sripathi Krishnan
Pass the style = DETAILED flag (see http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#Why_is_my_GWT-generated_JavaScript_gibberish?) to the GWTC compiler and then run the application. It won't solve your problem, but will atleast point you to the method/variable that has