How can I set a favicon for all my pages where the image referenced by the href comes from a ResourceReference? Today I use a StringHeaderContributor to add the link element, but the image is hard-coded to serve out of my "src/main/webapp" directory and I'd rather serve it from a Java package. If I create a ResourceReference for my image, how can I get the URL of the image to populate the href with?
Enrique --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
