Skip to Content
0
Former Member
Jan 08, 2008 at 10:48 AM

Open external portal link in same window ?

32 Views

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