Avatar

Not applicable

Hi, I am creating a form with repeated table rows using an Add button to add rows dynamically. I am binding the row with the xsd schema with [*] at the end in the data binding option with checked repeat row for each data item. While submitting the form as XML data to the java controller I am getting only one table row and not other rows added dynamically by add button functionality.

Untitled.jpgUntitled1.jpg

    

Untitled2.png

I want to know that how to generate the xml of dynamically added rows bonded with XSD schema.

I have also explore the below link but doesn't resolve the issues:

http://www.adobe.com/devnet/livecycle/articles/binding-xsd.html

Thanks in advance