I'm not sure if this is exactly what you're talking about or not, but I've 
got a common ResourceBundle that I use in my uibinder that I use like so:

Included in ui.xml
<ui:with field='res' type='com.pelco.phobos.interfaces.IResources' />

Included in view
        @UiFactory /* this method allows ui.xml to access an instance of a 
resource */
public IResources getIResources() {
return IResources.INSTANCE;
}

Which allows me to use a common resource bundle across my uibinder uis.

-- 
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.

Reply via email to