Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Complex binding in Adobe LC designer ES2

Avatar

Level 2

Hi ,

I am facing an issue with complex binding.. the design requires two tables with one row each. The row in both the tables have the same databinding ( from the XML) and repeats for each occurence of the data. But as the values are consumed in the first table, the second table neither overflows nor orints even one value. can someone please advise?

Thank You.

Regards,

Vidya N

2 Replies

Avatar

Level 10

Hi Vidya,

There is a limitation with the binding that means only one repeating form group can be bound to a repeating data group.

This is discussed in the blog by John Brinkman, http://blogs.adobe.com/formfeed/2010/05/duplicating_subform_structures.html

Hope this helps

Bruce

Avatar

Level 6

You could bind one then manually fill the other one by looping through the data. If you want the second one to be editable though, you would have to propgate changes back manually as well.