Skip to Content
0
Former Member
Dec 15, 2013 at 04:45 AM

Don't check recursion

43 Views

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 ?