Hi,
i want to use ClientBundle to put all images together,
plain simple like this:
@Source("img/priv.png")
ImageResource priv();
@Source("img/logo.png")
ImageResource logo();
@Source("img/back.png")
ImageResource back();
@Source("img/print.jpg")
ImageResource printIcon();
for unknown reason, when i set Image.setRecource(bundle.priv()), the image
priv/png is loaded extra from /module/*****.cache.png.
but it's not the purpose of using bundle, like this i could have use plain
markup with url-property to get the image.
did i do some thing wrong here ?
thaxn
--
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.