[richfaces-issues] [JBoss JIRA] (RF-11994) Xcss2EcssConverter error handling f:importResource

Dupont Dupont (JIRA) jira-events at lists.jboss.org
Tue Feb 21 04:02:41 EST 2012


Dupont Dupont created RF-11994:
----------------------------------

             Summary: Xcss2EcssConverter error handling f:importResource
                 Key: RF-11994
                 URL: https://issues.jboss.org/browse/RF-11994
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.2.0.CR1
            Reporter: Dupont Dupont


When using Xcss2EcssConverter to transform xcss to ecss, I've the following error :

Source xcss :
{code:xml} 
<f:importResource src="META-INF/skins/charte/commun/css/sx_commun.xcss" />
{code}

Is transformed to :

{noformat} 
@import url("#{resource['META-INF/skins/charte/commun/css/sx_commun.ecss']"}
{noformat}

It should be :

{noformat} 
@import url("#{resource['META-INF/skins/charte/commun/css/sx_commun.ecss']}");
{noformat}


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