Is there a way to create the image url dynamically for an embedded style sheet using JSF?
Example:
<h:head>
<style type="text/css">
.someId { background-image:url(images/example.jpg); }
</style>
</h:head>
(using <h:graphicImage library="images" name="logo.gif" />
is not supported for embedded CSS).