These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Binding two subforms to the same XML tag in a dynamic LC form

bjasman
Registered: Apr 6 2010
Posts: 37
Answered

Hello-
I'm working on a dynamic form that is merged with XML data. In the form I have two subforms (actually a table and a subform) that have to be bound to the same repeating tag in the XML.
The table is a listing of all the vehicles for a policy in a list by ID, Year, Make, Model and then some other general vehicle information.
The subform that follows the table is a listing of all the vehicles by ID, Year, Make and Model and then coverages (another repeating tag within the vehicle tag) for the vehicle.
The information for both the table and the subform (some of it is shared and some of it isn't) is in the tag.
I'm having a problem with the second item (whether is it the table or the subform) showing any information.
It seems like only the first item that is bound to the tag gets populated with data. Is it possible to bind two items to the same XML tag? Is there something I need to be doing different? I'm using explicit binding. I'm also using Designer 9.

My Product Information:
LiveCycle Designer, Windows
bjasman
Registered: Apr 6 2010
Posts: 37
I ended up discovering Subform Sets and used of these to solve my problem. I wrapped the table and the subform in a Subform Set and was able to do my binding.