From: <webtier_at_javadesktop.org>
Date: Wed, 24 Mar 2010 11:26:36 PDT
I have a page that references images directly and some that are referenced by an included css. Using the new resourcing for 2.0, I am able to display the images directly. An example of this can be seen below.
How can I change things so that this image if found properly? It is worth mentioning that the resources are packaged into a separate jar that is bundled into my application. The resources are all found under the META-INF/resources directory. The images are found in a subdirectory called css-images
The css is referenced as followed in the head of the page.
<link rel='stylesheet' type='text/css' href="../#{resource['style.css']}"/>
<h:outputStylesheet name="style.css"/>
[Message sent by forum member 'tracker09']