(accidentally hit enter key and it sent it)

When I trace through in Firebug, at the gwtOnLoad call, we load the right
HTML and that shows up in the page's source.  However, the page appears
empty.  Nothing has loaded.

Any ideas?


On Thu, Aug 19, 2010 at 1:54 PM, Seven Corners <seven.cor...@gmail.com>wrote:

> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to