Data Binding and Xmodify: IDs set by databinding aren't unset when a
grandparent node's children are replaced
-------------------------------------------------------------------------------------------------------------
Key: XAP-572
URL: https://issues.apache.org/jira/browse/XAP-572
Project: XAP
Issue Type: Bug
Components: Data Binding, XModify
Reporter: Trevor Oldak
Priority: Critical
Run the attached XAP application.
Click 'Bind'. This binds some data and gives a textField an id
Click 'main menu' to replace the grandparent of the textField
Click 'Bind again. This is throw the following error:
[13:53:58 ERROR xap.xml.NamespaceHandler] Error dispatching element to
namespace handler for namespace URI http://openxal.org/core/xmodifyException:
An element with id ''ein'' already exists in this document. New element is
<textField id="ein" text="{*('ein')}"/> existing element is
<textField id="ein" text="502"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.