My EntryPoint class, MyModule.java, loads 
a com.google.gwt.i18n.client.Dictionary with a <script> tag in 
MyModule.html. This works fine from Ant devmode and fine when I would run 
it through Eclipse:  Dictionary dict = 
Dictionary.getDictionary("MyDictionary");

I'm trying to move this class into a Maven structure. Although my 
dictionary's js file in in src/main/webapp with MyModule.html, when I try 
to run the webapp through Eclipse, get an exception that MyDictionary is 
not a JavaScript object. Why can't it be seen?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/HhAHfs-3-nsJ.
To post to this group, send email to google-web-toolkit@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