Skip to Content
0
Former Member
May 21, 2010 at 10:38 AM

Absolute patrh in web dynpro not working

57 Views

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