Expand my Community achievements bar.

multiple binding to repeating data node

Avatar

Level 4

Hi all,

I have a repeating data element in my schema :addressLineItem, which is bound to a repeating subform on my form. So, when I preview with sample data, fields are repeated with populated data.

But the issue I am having is, when I bind another subform to the same data node (addressLineItem), repeating of the fields doesn't work.

When I change the order of the fields, then again the first one works, second doesn't. It looks like always only the first binding is working. What I am missing there ?

Regards

1 Reply

Avatar

Level 10

This is a limitation with XFA forms, you have to use scripting to have the second list displayed properly.  John Brinkman did a post on this problem http://blogs.adobe.com/formfeed/2010/05/duplicating_subform_structures.html.