cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping of parent node missing

Former Member
0 Kudos

Hi experts,

I'm using NW7.3 and facing the following issue:

I have two web dynpro components: component C1 is using component C2. The used component has a flat context, just a pair of string variables in the root of the context.  C1 has the same two variables, but inside a context node. When I try to map elements of both context, I get the message "mapping of parent node missing" (which is obvious, since I don't have a node in C2's context). Is there any workaround or I have to make C1's context flat as well?

Regards,

Ricardo Giacomin

Accepted Solutions (0)

Answers (1)

Answers (1)

saurabh_vakil
Active Contributor
0 Kudos

Hi Ricardo,

You cannot map context attributes where in C1 they are present inside a custom context node and in C2 they are present directly under the root Context node.

Either they have to be inside the custom node in both C1 & C2 or under the root node in both the components.

Regards,

Saurabh