[richfaces-issues] [JBoss JIRA] (RF-11909) Custom resource mapping can't simply reuse pre-generated RichFaces resources

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Jan 20 10:06:18 EST 2012


Lukáš Fryč created RF-11909:
-------------------------------

             Summary: Custom resource mapping can't simply reuse pre-generated RichFaces resources
                 Key: RF-11909
                 URL: https://issues.jboss.org/browse/RF-11909
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: core
    Affects Versions: 4.1.0.Final
            Reporter: Lukáš Fryč
            Assignee: Lukáš Fryč
             Fix For: 4.2.0.CR1


Following configuration of location is needed:

{code}
<context-param>
    <param-name>org.richfaces.resourceMapping.location</param-name>
    <param-value>#{facesContext.externalContext.requestContextPath}/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/#{a4j.version.implementationVersion}/%Features%/#{resourceLocation}</param-value>
</context-param>  
{code}

But that means you need to place custom resources to directory called specifically for RF:

{code}
${WAR}/resources/org.richfaces.staticResource/4.1.0.Final/Packed/.
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list