Is there a way to make ClientBundle behave so that it returns null when some resource does not exist (image, in my case)? For example, it could be implemented through an annotation on the method.
My use case: I have a skinning system which uses base ClientBundle and multiple sub-interfaces of it, which are defined in different packages and return different set of images. For some skins I want some images to not appear at all. Currently, I have to provide dummy images and have a separate class which tells which images should not be used. Viliam -- 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.
