cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with UI Element Tree

Former Member
0 Kudos

Hai,

I am Using Tree Element in My Webdynpro program. If i Call the loadchildren action for a particular node it calls only once. is there any option to call on actionLoad children every time when i click the tree node

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Naga,

Not sure, but try this: bind "childrenLoaded" property to boolean context attribute. In action onLoad set it to false.

VS

Former Member
0 Kudos

Hai Valery,

I didnt find the property called childrenLoaded ,But itried hasChildren Property as you said but I didnt solve the problem.

regards,

Former Member
0 Kudos

Hi,

I guess onLoadChildren can be called only once for a node, when we expand it. But onAction can be called on selecting any node.

Regards,

Piyush.

Former Member
0 Kudos

Oops!

I confused TreeTableNode and TreeByNestingTableColumn.

My apologizes.

So, as already noted in this thread, the answer is "no way", while onLoad is fired only once per node in tree.

VS