cancel
Showing results for 
Search instead for 
Did you mean: 

Binding context node to table in adobe interactive form

Former Member
0 Kudos

Hi All,

I have an interactive form with table inside that. Mapping to the row of the table is giving some error. Can anybody tell how to create a context node in wdj, so that i can map to table.

Regards

Sowmya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sowmya,

Try creating the Context nodes like this:

>PDFSourceNode (cardinality 1..1)

>>DataNode1 (cardinaity 0..n)

>>>contextAttribute1

>>>contextAttribute2

>>>.........

>>>.........

Note:

1. PDFSourceNode should be mapped for the datasource in the properties of the interactive form

2. DataNode1 contains the data that can be shown in the table in the interactive form

Hope this would work fine.

Thanks & regards,

Sujit

Former Member
0 Kudos
Former Member
0 Kudos