Element.forceAttribute uses the element's namespace to match the attribute.
---------------------------------------------------------------------------

                 Key: TAP5-708
                 URL: https://issues.apache.org/jira/browse/TAP5-708
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5, 5.1.0.4
            Reporter: Josh Canfield
            Priority: Minor


The method Element.forceAttributes uses the "namespace" attribute of the 
element when calling Element.updateAttribute. Attributes are by default in the 
global namespace, which is an empty string, not in the namespace of the 
element. There is no way to specify an alternate namespace to search.

It seems the more accurate behavior for this method would be to pass the empty 
string as the namespace. The class would need to specify a separate method to 
that accepts a namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to