[
https://jira.jboss.org/jira/browse/JBIDE-5640?page=com.atlassian.jira.plu...
]
Juergen Zimmermann commented on JBIDE-5640:
-------------------------------------------
IMHO, JSF doesn't have a variable called "resources". There is only
"resource" which references one resource in the resources (plural !) directory.
CSS stylesheets not considered when configured as a JSF 2 resource
------------------------------------------------------------------
Key: JBIDE-5640
URL:
https://jira.jboss.org/jira/browse/JBIDE-5640
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.CR1
Reporter: Juergen Zimmermann
Assignee: Maxim Areshkau
Fix For: 3.1.0.CR2
Attachments: screenshot-with-unconsidered-css-file.jpg
In JSF 2 a CSS stylesheet can be configured as a resource:
<link rel="stylesheet" type="text/css"
href="#{resource['css:hska.css']}"/>
This means that the css file "hska.css" can be found in a subdirectory
"css" of the directory "resources" (plural although the variable is
just named "resource" !). The directory "resources" can be found
either
a) just below "WebContents" of the web project or
b) in src/META-INF of the web project
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira