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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Feb 21 10:46:37 EST 2012


     [ https://issues.jboss.org/browse/RF-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem reassigned RF-11994:
----------------------------------

    Assignee: Dupont Dupont

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