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

       

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to