cancel
Showing results for 
Search instead for 
Did you mean: 

NavigationTarget not opening link in same browser

Former Member
0 Kudos

Hi All,

I created LinkToURL element and using NavigationTarget to portal page and Target Property is set to _SELF, but still its opening in new browser, i want to open in same browser.

I tried WDPortalNavigation.navigateAbsolute(

"ROLES://portal_content/...",

WDPortalNavigationMode.SHOW_INPLACE,

(String) null,

(String) null,

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

(String) null,

(String) null,

"Name=" + wdContext.currentContextElement().getName());

on button action , This is doing nothing.Please give your suggestions.

Thanks,

pkv

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi PKV,

Go to LInktoURL UI properties and set the target -


> _MAIN instead of _BLANK

That's it

Regards,

P.Manivannan

Former Member
0 Kudos

Hi ,

Thanks for your replies guys, even target -


> _MAIN did not worked in opening portal link in same browser.Does it requires any configuration setting in system admin for target property to work in portal.

Thanks,

pkv

former_member211296
Participant
0 Kudos

Hi

Can u refer the following thread?

[;

Regards,

Prasath