cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Tree in the Component Controller

Former Member
0 Kudos

Hi!!!

I made a tree in the view. But to separating the view and the model I would like to create the tree in the component controller. Therefor I copy the code from the view to the controller and adapt them, but it doesn`t work. I get the first node and that`s it. I can`t add children, although I called the responsible method.

Some ideas????

Greets

Roman

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check your mapping between view & controller (actually, view controller & custom / interface / component controller) -- it seems that you have mapped only top-level node but not children.

VS