cancel
Showing results for 
Search instead for 
Did you mean: 

child node initialization.

Former Member
0 Kudos

Hi all,

i have a parent node and one child node.

cardinality of both is "0...n". both are tables. now i want to bind a table to the child node but its dumping giving error as

"Access via 'NULL' object reference not possible"..when i checked i found the child node is not getting initialized.

how to initialize the child node so tht i can use the method "bind_table" using node for tht child node table

...please help

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Well you likely need the parent node to have an element first. However an important question needs to be answered first. What is the Singelton setting on the parent node? This has a consider effect on how you populate the child node.