cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic table in Online Interactive Form

Former Member
0 Kudos

Hi,

Scenario:

I am doing an Online Interactive form scenario in WebDynpro for Java. In the form, i will be having a dynamic table(the number of rows will grow and shrink, with the help of ADD and DELETE ROW buttons). Initially, that table will have only one empty row.

Imp: The fields in the table are bound to the data source node, whose cardinality is 1..n. (I want the data enetered in the table in Interactive form, to be updated in the WebDynpro context also).

Problem: After deploying the application,

I fill the first row, click ADD button. A new empty row is created. No problem here.

I fill the second row. Then, when I click the ADD button, a new row is created, but with the values in second row. Even if i create 10 new rows, the values are repeating in all those rows. If I change the value in a row, it reflects in all rows(except first row).

Note: If the table fields are not bound to any data source node, then I dont have the above mentioned problem.

Thanks,

Prabhakar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Could you please send the code snippet you are using.

thanks & regards,

Manoj