[richfaces-issues] [JBoss JIRA] (RF-13170) Skin="plain' cause http 404 for skinning.css.

Adrien Adrien (JIRA) jira-events at lists.jboss.org
Fri Sep 6 07:22:03 EDT 2013


Adrien Adrien created RF-13170:
----------------------------------

             Summary: Skin="plain' cause http 404 for  skinning.css.
                 Key: RF-13170
                 URL: https://issues.jboss.org/browse/RF-13170
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: regression
    Affects Versions: 4.3.3
         Environment: Richfaces 4.3.3.Final 
jboss eap6.1
mojarra 2.1.25 
            Reporter: Adrien Adrien


Set Skin to 'plain', then in firebug check resources donwloaded.
=>http 404 skinning.css
<context-param>  
  <param-name>org.richfaces.skin</param-name>  
  <param-value>#{prefs.skin}</param-value>  
</context-param>  
 
@SessionScoped  
public class PreferenceBean implements Serializable {  
  private String skin="plain";  
....  
}  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list