An <ui:with/> translates into a GWT.create() call (unless you
@UiField(provided=true) the field in your Java class). Because you're now
GWT.create()ing the LocalMessagesFactory, you'll have to change you ui.xml
files to <ui:with field="localMessage"
type="net.company.project.common.widgets.client.i18n.LocalMessagesFactory"
/> an then use it as {localMessage.get.foo} instead of {localMessage.foo}.
--
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.