[richfaces-issues] [JBoss JIRA] (RF-12058) rich:fileUpload - wrong upload icon if resourceOptimization param is set to true

Thorsten Nieser (JIRA) jira-events at lists.jboss.org
Sun Mar 18 11:37:47 EDT 2012


Thorsten Nieser created RF-12058:
------------------------------------

             Summary: rich:fileUpload - wrong upload icon if resourceOptimization param is set to true 
                 Key: RF-12058
                 URL: https://issues.jboss.org/browse/RF-12058
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.2.0.Final
         Environment: Tomcat6.33, Richfaces 4.2.0 FINAL, JDK1.6
            Reporter: Thorsten Nieser
            Priority: Minor


If the new resource optimization is disabled all icons of the fileUpload element are fine.
(http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=fileUpload&skin=blueSky)

But if I enabled the optimization by setting the context param to true, the upload button shows the red cross instead of the green check mark.

<context-param>
   <param-name>org.richfaces.resourceOptimization.enabled</param-name>
   <param-value>true</param-value>
</context-param>

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