Re: GWT 2.0.2 and Firefox

2013-08-08 Thread Sai Srinivas
This did not work for me, have you had this issue again? if so, is thre any other way to fix it. On Friday, March 12, 2010 8:43:51 AM UTC-6, Ronan wrote: The problem seems to be in the Firefox plug-ins I had installed. I did this to solve the problem: - uninstalled Firefox - restarted

TypeError: $doc.body.attachEvent is not a function

2013-08-08 Thread Sai Srinivas
I'm running my application on the firefox, i get this error. I've followed a post in forum, uninstalled firefox restart machine re install try the application get the same error mentioned above. Was anyone able to fix this issue? Thanks. -- You received this message because you are

Debug in Custom project structure

2013-08-07 Thread Sai Srinivas
Hello, I'm trying to debug GWT application which has custom structure. I've hit a couple of issues even when I followed a couple of suggestions in one of the group post. 1. I have had classpath issue to find the .gwt.xml file. I went to the runconfig classpath 'set the

Re: Debug in Custom project structure

2013-08-07 Thread Sai Srinivas
com.something.big.path.gwt.AASWeb Also, project rightclick properties google web application 'select this project a war directory and point to the directory' I also deleted the .gwt.xml file from the run config and re added it there. On Wednesday, August 7, 2013 10:19:50 AM UTC-5, Sai Srinivas wrote: Hello