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

        

Reply via email to