in my java file
i have
RootPanel.get("appdeploy").add(outer);
in my html, i have
<body>
<center>
<div style="bmax-height:600px;max-width:800px;" id="appdeploy"
> </div>
</center>
</body>
when run on hosted mode, everything is ok. when run in firefox , iget
the error
this$static is null
com_google_gwt_user_client_ui_AbsolutePanel_$ad.....
gwtOnLoad(undefined,.......
may i know what is wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---