[
https://issues.apache.org/jira/browse/TAP5-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Canfield resolved TAP5-708.
--------------------------------
Resolution: Fixed
Fix Version/s: 5.2.2
Added forceAttributeNS and changed forceAttribute to use null instead of the
element namespace.
> 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.4, 5.1.0.5
> Reporter: Josh Canfield
> Assignee: Josh Canfield
> Fix For: 5.2.2
>
> Attachments: Fixes_TAP5-708_TAP5-804_and_TAP5-709
>
>
> 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.