Hi all,
I created a webdynpro application using the TutWD_Tree tutorial in the sdn
>Developers Areas
>Aplication Server-->Webd ynpro.
The tree structure has came after deploying and every thing is working fine.
But my QUESTION is how to link the Child node in the tree to the iviews in the portal. (ie when clicking on one of the nodes the coresponding iview page should come.
Can anybody help in doing the above.
Thanks in advance.
Regards,
Hello Jorge,
just call WDPortalNavigation.navigateAbsolute method, with
your iView Id as parameter:
WDPortalNavigation.navigateAbsolute("ROLES://portal_content/yourContent/yourIview_Id",
WDPortalNavigationMode.SHOW_INPLACE,WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS, "");
Regards Sakib
Add a comment