Noob question: I've created a simple widget at zenclarus.appspot.com
that uses GWT. I'm attaching the widget to id="clarusEmbed" like so:
RootPanel.get("clarusEmbed").add(mainPanel);
I've read that all I need to do is include the *nocache.js file in my
<head> and then have a div with id="clarusEmbed" on the webpage to
embed the GWT widget. This isn't working. The .js file is loaded fine
but nothing shows up. Is this because the GWT is hosted on Google App
Engine? Also note that everything is working fine on
zenclarus.appspot.com.
I appreciate any help or direction you can give.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---