cancel
Showing results for 
Search instead for 
Did you mean: 

GeneralException Node((<Context path of node>): cannot bind or add element,

Former Member
0 Kudos

Hello all,

Stack trace :

GeneralException Node((<Context path of node>): cannot bind or add element, because it is already bound to a node

I am trying to upload data from excel file in web dynpro context.In the process, when I create and add an element to the node which I want to populate with excel data, it throws the above mentioned exception.

Any idea as to wht is causing the problem ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

GeneralException Node((<Context path of node>): cannot bind or add element, because it is already bound to a node

It seems that its a mapped node, try to bind or addelements at the source.

Ex: If this node is mapped from controller to view try to add elements in contoller instead of doing in view.

Regards

Ayyapparaj

former_member192434
Active Contributor
0 Kudos

Check this thread

lokesh_kamana
Active Contributor
0 Kudos

Hi,

Check the cardinality of the node.

It is by default 0..n.

Change it to 1..n

Thanks & Regards,

Lokesh