cancel
Showing results for 
Search instead for 
Did you mean: 

Open external portal link in same window ?

Former Member
0 Kudos

Hello !

I've got 2 different WDP applications (different controllers) in the same Portal environment.

I want to call the second one's url from the first.

Here's the code I'm using:

IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow("/webdynpro/blabla", "blabla");

window.show();

It works very well but I would like it to open within the original window (cf the '_self' html fonction) instead of outside of it.

Is there any alternative ?

Thanx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

chk dis link

Answers (0)