cancel
Showing results for 
Search instead for 
Did you mean: 

Help Regarding portal navigation through web dynpro application

Former Member
0 Kudos

I have an IView from which i am navigating to another Iview on select of a TAB.. i'm using the code

WDPortalNavigation.navigateAbsolute(pcdLocAdv,WDPortalNavigationMode.SHOW_INPLACE,(String)null,(String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, (String)null,(String)null,

"Invoked_by="+"TaxPayerProfile");

This code snippet is working and taking me to the next IView but the problem is the reverse process is not happening... On press of a back button i'm encountering a blank screen and no other operation.

The code for the reverse process i have used is

WDPortalNavigation.navigateAbsolute(pcdLocation,WDPortalNavigationMode.SHOW_INPLACE,(String)null,(String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, (String)null,(String)null,

"Invoked_by="+"TaxPayerProfile");

I have tried "" instead of (string)null but still no use.. The pcd location i have used are similar and i have used "ROLES:portal_content/path....."..

Any suggestions please..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Found the solution.. Was some error with the roles..