gwt-uibinder

cannot get ui:image work

hi, I tried to use gwt's uiBinder to get an image, but it wont' work, in the .xml file, i defined: <ui:with field='res' type="com.my.services.email.client.Resources"/> <ui:image field="testImage" resource="{res.calIcon}"> and i have a Resources.java file to define the image resource: public interface Resources extends ClientBundl...