Avatar

Level 2

Ok, so I discovered something essential but still can't seem to find a solution.

The reason why only the first two fragments have data bindings and the third one doesn't is because of this the xml file: 

nvbnvbnvbnvb.PNG

The first fragment gathers the data from the first instance of "PublishingSubRequest" in the XML, the second fragment from the second instance but there isn't a third one, hence the lack of databindings from the third.

The databindings in the fragments are bound by $.publishingSubRequest[*], using the ALD object --> bindings interface. Only these bindings are lost !

The databindings formed with "vPlanTypeIndicator = $data.resolveNode("publishingBatch.publishingSubRequest.functionalData.contract.publishin gData.planTypeIndicator").value;" are not lost.

Does anyone have any idea how this can be resolved? I think i'm missing something very obvious.