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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes