cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Data from pdf Form table, to the WebDynpro Context Nodes

Former Member
0 Kudos

Hi,

I have a WebDynpro Java application, which displays an adobe interactive form.

The Interative Form contains a table UI Element. I have to pass the data entered into the table, to my webdynpro application.

I tried mapping the table UI element, the row element, to the context nodes, but it is not working.

Can anyone please tell me how the context node structure and cardinality should be set & how it should be mapped to the Adobe form Table UI element, so that the data entered into the table, can be passed to the webdynpro nodes/context.

Regards,

Hanoz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hanoz:

I am facing the same issue.

Actualy the data entered in the interactive form in not flowing back to webdynpro. That is WD4A is not able to read the contex.

If you have solved the issue, can you please let me know, what you did?

thanks

Vijai

Former Member
0 Kudos

Is your table dynamic?

Thanks

Gopal

Former Member
0 Kudos

Hi,

Yes, my table is dynamic, in the sense, that i have provided add/remove buttons, which will add/remove rows from the table.

My table has just three columns.

I am using NW7.0 SP13.; Designer7.1, xACF is installed.

Regards,

Hanoz

Bhaskar_Tripath
Participant
0 Kudos

Hi Hanoz,

I am also facing similar problem. Can you please post how you solved this problem since I see the thread as answered.

Regards,

Bhaskar

chintan_virani
Active Contributor
0 Kudos

Dynamic Tables in Adobe is NOT recommended for Web Dynpro environment as there is no direct mechanism of updating the WD context. You will manually need to update the WD context as you add/remove rows from Adobe.

Chintan