cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Table in PDF - only first row passed to the WD Java

adom01
Explorer
0 Kudos
259

Hi Experts,

I'm working with Web Dynpro for Java on WAS 2004s SP13, ADS for SP13 and LiveCycle Designer 7.1

I am facing a problem related to PDF-dynamic table generation.

I am creating the PDF form with a dynamic table, an empty row will be added, when ADD button is clicked, the row will be deleted when DELETE button is clicked. After form submit, only first row of the table is passed to the Web Dynpro. I'v tried to use different dataSource Context node structure without results. The structure diescribed in the thread [; doesnt works for me. The same happend if i try to folow the advise from Wiki https://wiki.sdn.sap.com/wiki/display/WDJava/Creating%20Table%20in%20Interacting%20form%20using%20We....

Beside this, my DropDown list in the table column is not populated. I know how to populate the DropDown list outside of table. That's working fine. But the DropDown in the table just not respond on the click (is not going open). I'm pretty sure that this is a result of a Context node structure/binding issue.

Please suggest me how can i implement dynamic table and populate the data in table dropdown column.

Edited by: A. Mustacevic on Sep 7, 2009 12:18 AM

View Entire Topic
chintan_virani
Active Contributor
0 Kudos

A. Mustacevic,

Whenever you can create an additional row in Adobe the same has to be reflected in WD context somehow.

So that means whenever you create a row in Adobe, you will need to create the context dynamically in Web Dynpro as well.

Also check below links for some help.

[Topic: Dynamically generated forms|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7613]

[How Tou2026deal with Table input and display in Interactive Forms|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f56e0&overridelayout=true]

Chintan