Hello
I am trying to use portal based navigation in my web dynpro application.
WDPortalNavigation.navigateAbsolute( "ROLES://portal_content/aaa.bbb.ccc/xxx/WDPage", WDPortalNavigationMode.SHOW_INPLACE, "", "", WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS, (String) "Agarwal", (String) "New", "");
In above code path i have copied from PCD location of my iview.
"ROLES://portal_content/aaa.bbb.ccc/xxx/WDPage",
The error I am getting on trigger is :
Page not found or not available
Please comment
Thanks