Hello,
in Component Controller I have the following Context Node:
RequestFindPerson
---ResponseFindPerson
------returnFindPerson
----
----
It's a Model Binding (EJB).
Now I want to create returnFindPerson-Node in a method of a View:
IReturnFindPersonElement returnFindPersonElement = wdThis.wdGetIncRecJcoCompController().wdGetContext().nodeReturnFindPerson().createAndAddReturnFindPersonElement();
But I get this exception
com.sap.tc.webdynpro.progmodel.context.ContextException: ModelElementList(IncRecJcoComp/IncRecJcoComp.RequestFindPerson.ResponseFindPerson.returnFindPerson): ModelObjectManager returned an unrelated object
How can I create a returnFindPerson-Node in the Component Controller Context?
Regards,
Armin