Hello,
I have a document that I made up out of separate fragments. Now, the first two fragments that I add work as they are supposed to, but the third one I add loses it's databindings.
It only loses the databindings that are made using the ALD interface, the bindings that have been added with conditions (through Javascript) remain. They are added like these:
vPlanTypeIndicator = $data.resolveNode("publishingBatch.publishingSubRequest.functionalData.contract.publishin gData.planTypeIndicator").value;
vNumberOfStages = $data.resolveNode("publishingBatch.publishingSubRequest.functionalData.contract.numberOfS tages").value;
These work all the time, so I guess this has something to do with relative/absolute bindings?
PS: the bindings of the first two fragments work, even though there isn't data connection added. Only a xml file is added (file --> form properties --> preview --> xml file added).
Kind regards,
Jens