cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute Read Problem

Former Member
0 Kudos

Hello,

I am facing the problem when i am click on add button a new line inserted in the table ,after insertion of new line field i am selecting the field value of table from drop down list but i am not able to read table field value of that new line .

even value not

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved by my own

Former Member
0 Kudos

hi ,

check whether you properly binded your internal table to that node after clicking the insert button .

node->bind_table( table_data ).

regards

chinnaiya .P

Edited by: chinnaiya pandiyan on Apr 23, 2010 12:17 PM

Former Member
0 Kudos

i am inserting new line as blank line in the table by using on button add inside that action i am binding the table with iniital line.

Line inserted in the table correctly. after that i am inserting the value in the fieled of new line by using drop down . but i am not getting the values .i am reading the values onselect of drop down .

i