Hi there!
I'm a starter and I already got troubles running my project. I
searched a lot of forums and old threads but I couldn't find a
solution. I'm developing with Eclipse and there seems to be something
wrong with the RootPanel.add(String).add(x). It works as long as the
parameter of add() is empty but as soon as I add my id of the HTML
code it crashes with the error message:
"Failed to load module website.index". Please see the log in the
development shell for details."
Development Shell: Unable to load module entry point class
website.client.Index (see associated exception for details)
RootPanel.get().add(bar); --> works fine, the tab bar (bar) is shown
correctly.
RootPanel.get("navi").add(bar); --> crashes because of the error
mentioned above
HTML Code: <div id="navi"></div>
Does somebody has an idea? I already checked the libraries but I
couldn't find anything...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---