I have in my module .gwt.xml file definition the following lines:
<inherits name="com.google.gwt.core.Core" />
<inherits name="com.google.gwt.user.User" />
<inherits name="com.google.gwt.i18n.I18N" />
<inherits name="com.google.gwt.i18n.CldrLocales" />
<inherits
name="com.google.gwt.user.theme.standard.StandardResources" />
So, maybe something else is wrong, but I don't catch it :(
Thanks!
PS: some other GWT tricks you can find here:
http://ui-programming.blogspot.com/
:-))