You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2011/08/14 00:17:27 UTC

[jira] [Created] (MYFACES-3276) xmlns property is set on attribute map as ""

xmlns property is set on attribute map as ""
--------------------------------------------

                 Key: MYFACES-3276
                 URL: https://issues.apache.org/jira/browse/MYFACES-3276
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


Doing some tests about xml support in JSF 2.1, I notice that xmlns property of h:head and h:body is not rendered, because facelets compiler set on attribute map as if the property key is "".

The solution is just add a check for TagAttributeImpl, so if an empty attribute is sent, use qName instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MYFACES-3276) xmlns property is set on attribute map as ""

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3276.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2

> xmlns property is set on attribute map as ""
> --------------------------------------------
>
>                 Key: MYFACES-3276
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3276
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.1.2
>
>
> Doing some tests about xml support in JSF 2.1, I notice that xmlns property of h:head and h:body is not rendered, because facelets compiler set on attribute map as if the property key is "".
> The solution is just add a check for TagAttributeImpl, so if an empty attribute is sent, use qName instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira