In external style sheets of my current JSF project, there are hard-coded links to external resources like
.someId { background-image:url(/context/resources/i
No, you can't. You have several options:
/view/external/foo/bar.jsf
Filter
(and both client and server-side caching) to set the proper paths.(I feel I'm missing something)