cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while absolute portal navigation

Former Member
0 Kudos

Hi All,

I have a requirement in which on the click of the tab in the view I am navigating to other i-view component in portal. I have used absolute portal navigation for the same.

The code snipplet is :

String pcdLocAdv = Util.getPropertyValue(obj,fileComp,"PCDLocation_AccountBalance");

WDPortalNavigation.navigateAbsolute(

pcdLocAdv,

WDPortalNavigationMode.SHOW_INPLACE,

(String)null,

(String)null,

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

(String)null,

(String)null,

"Invoked_by="+"TaxPayerProfile");

My PCD Location is of the form ROLES:portal_content<PCD LOCATION>.

On the click of the tab I am getting a blank page. Can anyone suggest the reason and solution for the same.

Regards,

Pawan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pawan,

I guess you have to give the pcd location of the iview you are trying to access.

I'm not too sure, but just give it a try.

P.S.: xxxxxxxxxxxxxxxxxxxxxxx

Regards

Nikhil

Edited by: Armin Reichert on Feb 18, 2008 7:30 PM

Former Member
0 Kudos

Hi Nikhil,

I have already given the PCD location in my properties file.

Regards,

Pawan

Former Member
0 Kudos

Hi Pawan,

Try giving the PCD path of iview.

Nikhil