Your a lifesaver Dan, had this problem just today, and spent an hour trying to figure it out before I came across this post :)
On May 28, 8:41 am, Dan H <[email protected]> wrote: > In case anyone is still hitting this problem... I ran into it today > and figured out that it is caused by using the same identifier for the > GWT module and the DIV that you're injecting the GWT module into (I > have a feeling it would be a problem if any DOM elements have the same > name as the GWT module, actually). > > dan > > On Apr 27, 1:27 pm, BR <[email protected]> wrote: > > > > > Just changed the title to make it clear it's 1.6.4. > > > On Apr 27, 10:51 am, BR <[email protected]> wrote: > > > > I am running into the very same issue. > > > > To answer your questions: > > > > 1. No. It's happening in hosted mode as well (MacOS - so safari too) > > > > 2. The HTML is plain as can be (looks identical to the ones from > > > dynatable sample, really). I have votecreator.hml and in the same > > > directory, a votecreator directory which is the result of compiling my > > > module (which is renamed-to votecreator). I am using RootPanel.get > > > ('mydiv') to bootstrap the original panel. > > > > Any insights would be greatly appreciated. > > > > Thanks! > > > Ben > > > > On Mar 24, 7:51 am, Sumit Chandel <[email protected]> wrote: > > > > > Hi Soren, > > > > No solutions to suggest for the problem you're experiencing as of yet, > > > > but a > > > > couple of questions to help figure out what's going on: > > > > > 1) Does this only occur in Firefox? If this fails in other browsers, > > > > what > > > > kind of error messages / application loading behaviour do you observe > > > > there? > > > > > 2) Is there anything special about how you're attaching your GWT module > > > > do > > > > you host page? Is GWT the entire page itself, or added as a part of an > > > > existing fully-fledged application page? Also, in either of these last > > > > two > > > > cases, are you adding your GWT module as a panel to the RootPanel, or > > > > as a > > > > Frame? > > > > > Hopefully this will help narrow down the issue. > > > > > Hope that helps, > > > > -Sumit Chandel > > > > > 2009/3/19 Søren Brønsted <[email protected]> > > > > > > I just downloaded 1.6.2 and converted my project so that I have no > > > > > errors and warnings, but my application will not load. > > > > > I have compiled with style DETAILED and loaded the application i > > > > > Firefox, and firebug reports an error in this code: > > > > > > function maybeStartModule() { > > > > > if (scriptsDone && loadDone) { > > > > > var iframe = $doc.getElementById($intern_1); > > > > > var frameWnd = iframe.contentWindow; > > > > > if (isHostedMode()) { > > > > > frameWnd.__gwt_getProperty = > > > > > function(name) > > > > > { > > > > > return computePropValue(name); > > > > > }; > > > > > } > > > > > groupapp = null; > > > > > -->>>> frameWnd.gwtOnLoad(onLoadErrorFunc, $intern_1, > > > > > base); > > > > > $stats && $stats( { > > > > > moduleName :$intern_1, > > > > > subSystem :$intern_2, > > > > > evtGroup :$intern_6, > > > > > millis :(new Date()).getTime(), > > > > > type :$intern_7 > > > > > }); > > > > > } > > > > > } > > > > > > with they message "frameWnd is undefined". I stops marked by ">>>>" > > > > > > I guess that this is an entry point and the error does not say much, > > > > > and I am not an expert on javascript. > > > > > I there anyway to get more information on whats is going on? > > > > > > I have tryed to debug my application but the error happens before > > > > > entry point is reached. > > > > > > Any suggestions? > > > > > > regards > > > > > Søren > > > > > > -- > > > > > Søren Brønsted > > > > > Kirkebjergvej 2 > > > > > 4623 Lille Skensved > > > > > +45 30 64 63 50 > > > > >www.bronsted.dk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
