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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Sep 6 13:31:03 EDT 2013


     [ https://issues.jboss.org/browse/RF-13170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13170:
-------------------------------

    Description: 
Set Skin to 'plain', then in firebug check resources donwloaded.
=>http 404 skinning.css
{code}
<context-param>  
  <param-name>org.richfaces.skin</param-name>  
  <param-value>#{prefs.skin}</param-value>  
</context-param>  
{code}

{code} 
@SessionScoped  
public class PreferenceBean implements Serializable {  
  private String skin="plain";  
....  
}
{code}

  was:
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";  
....  
}  


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

--
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