hi @,
I have a view with 2 context nodes A and A_multi both are defined only in view and my objective was to take input from A and then show it in table below using A_multi cardinality was also set accrd for A - 1..1 and for A_Mulit - 1..n .
I am taking input and then in wdModify method I was add the node to A_Multi and data was availabl ein the table below. It was working fine now I changed it slightly I creatd a similar node A_Multi in Component and mapped the same to the View so now the A_Multi has a mapp in compo .
Now The same code not working and data entered in the input view is not getting displayed inthe table below, though I can see chaneg in the table rows. Also when I am passing the A_Multi to another view I am able to see the data corerctly.
Dont know why this behaviour ?
REgards