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.