cancel
Showing results for 
Search instead for 
Did you mean: 

How to navigate portal

Former Member
0 Kudos

Hello,

I have two applications App1 and App2 from the same component.

I would like to create a LinkToAction on App1 which by pressng on it will navigate inside

the portal to App2 and will transfer a String parameter as well.

Thanks advance,

Priya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try This

WDPortalNavigation.navigateAbsolute("ROLES:"+iview,WDPortalNavigationMode.SHOW_INPLACE,(Stri

ng) null, (String) null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String)

null,(String) null,"Param=Paramvalue");

"ROLES:"+iview=Iview Path

"Param=Paramvalue"=Parameter and its value

You can receive the value as

String parmvalue=WDWebContextAdapter.getWebContextAdapter().getRequestParameter("Param");

Kind Regards

S.Saravanan.

Answers (0)