[richfaces-issues] [JBoss JIRA] Resolved: (RF-1767) Skins stylesheet is not loading

Alexej Kushunin (JIRA) jira-events at lists.jboss.org
Fri Dec 28 03:31:43 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1767?page=all ]

Alexej Kushunin resolved RF-1767.
---------------------------------

    Resolution: Rejected

It's not a bug. You missed:
<filter>
        <display-name>Ajax4jsf Filter</display-name>
        <filter-name>ajax4jsf</filter-name>
        <filter-class>org.ajax4jsf.Filter</filter-class>
    </filter>
    
    <filter-mapping>
        <filter-name>ajax4jsf</filter-name>
        <url-pattern>*.seam</url-pattern>
    </filter-mapping>
    
    <context-param>
        <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
        <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
    </context-param>
    
    <context-param>
        <param-name>org.ajax4jsf.SKIN</param-name>
        <param-value>skin_name</param-value>
    </context-param>

in your web.xml


> Skins stylesheet is not loading
> -------------------------------
>
>                 Key: RF-1767
>                 URL: http://jira.jboss.com/jira/browse/RF-1767
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3, 3.1.2
>         Environment: Windows XP, Richfaces 3.1.3.GA, JBoss 4.2.2GA, Seam 2.0.0.GA
>            Reporter: Earnie Dyke
>         Assigned To: Alexej Kushunin
>             Fix For: 3.2.0
>
>         Attachments: components.xml, faces-config.xml, login.seam.html, pages.xml, web.xml
>
>
> The stylesheet that is returned by the Richfaces generated link is empty, consequently no styling of my app takes places. It does not happen all the time. Sometimes the style will load correctly, but this is the exception and not the rule. 
> When the login page for my app is displayed the following is in the <head> section of the html:
> <link rel='stylesheet' type='text/css' href='/WAITnC/a4j_3_1_3.GAorg/richfaces/skin.xcss/DATB/eAGLWbI.EQAFPwIh'/>
> If I enter the href into my browser, the document that is returned is empty. I do not receive a 404, just an empty document.
> Needless to say, this is a show stopper for me and I need to get resolution to it quickly.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list