I've searched in the issue tracker and haven't found this being reported. Could someone confirm please whether the described behavior is intended (as weird as it seems) or whether this is a bug, so we can file the report...? Same applies for the other ?glitches?... It would kinda suck to leave this unreported.
On Thu, Jun 17, 2010 at 6:55 PM, CJ Bilkins <[email protected]>wrote: > As someone else noted (I believe in the linked post above), GWT seems > to use the field name to retrieve the image (which makes it just about > useless). Trying to change: > <ui:image field="lbl_align" resource="{resources.label_Align}"/> > > To: > <ui:image field="lbl_align2" resource="{resources.label_Align}"/> > > Results in an error that the resource could not be > found...... .. .. ... which means that your field="" needs to be the > name of the file (Use underscores and not hyphens in your filenames). > It seems that resource="" is completely ignored and I'm not sure what > the purpose of having a ClientBundle is. -- 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.
