cancel
Showing results for 
Search instead for 
Did you mean: 

refresh dynamic web dynpro

Former Member
0 Kudos

i want reload an element in a tree web dynpro, after your first load in the event Loadchildren. how can i do this?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

Do you want to refresh the content of tree or want to replace any existing element to any other ?

Check dynamic creation of tree UI

Best Regards

Satish Kumar

Former Member
0 Kudos

Thanks a lot, Satish for the cooperation,

I just wanted to refresh the content of tree? It is done.

But i shall be more than happy to know how to replace an existing element in the tree with a new one.

Regards,

Tushar Sinha

Former Member
0 Kudos

Hi Tushar,

Can you share you expericence about how to refresh the content of tree? I just stuck with same problem.

Thanks and regards,

Jing

nikhil_bose
Active Contributor
0 Kudos

Tushar,

see the hierarchies - for this you can add one more attribute to hold the level, do parameter mapping for storing the level/hierarchy in the context. based on that, you can manipulate tree elements.

For loading Tree, use the onLoad event code snippet, if the code is in the same event handler, put it out to a method and pass necessary parameters.

you have to take care of the type, level and node of tree elements. Hope this helps.

-Nikhil

Former Member
0 Kudos

Hi Valerio,

Did you find any means to do it? I am stuck with a similar problem.

Regards,

Tushar Sinha