[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5640) CSS stylesheets not considered when configured as a JSF 2 resource

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Mon Jan 11 05:32:30 EST 2010


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


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

        


More information about the jbosstools-issues mailing list