Investigating this some more, I find that I am able to trace into the
javascript in mymodule.nocache.js pretty far.  I end here:

  function maybeStartModule(){
    if (scriptsDone && loadDone) {
        var iframe = $doc_0.getElementById('mymodule');
        var frameWnd = iframe.contentWindow;
        if (isHostedMode()) {
            frameWnd.__gwt_getProperty = function(name_0){
                return computePropValue(name_0);
            }
        ;
    }

    mymodule = null;
    frameWnd.gwtOnLoad(onLoadErrorFunc, 'mymodule', base);  <== This is
where we choke
    $stats && $stats({moduleName:'mymodule', sessionId:$sessionId_0,
subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date).getTime(),
type:'end'});
}
}

When I trace through in Firebug, at the gwtOnLoad call, we load the right
HTML

-- 
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.

Reply via email to