Hi,
i want add context node to my view via Model Binding...
sometimes i get IndexOutOfBoundException... I think Web Dynpro don't check or understand that theire is a recursion....
and the other time i can add my context without any Problems...
example for my Node:
Request...createTeam
+ teamEntity
+ events
+ teamMembers
+ topicField
id: long
teamNumber: int
leaderId; long
i tried it yesterday many times... with no result...
and tried it for a few minutes... and it worked 😊
Anyone any idea ?