Skip to Content
0
Former Member
Jul 11, 2008 at 11:28 AM

Portal eventing between WD java and BSP popup

31 Views

Hi guys,

I have a WebDynpro application that opens a BSP popup like that :

WDPortalNavigation.navigateAbsolute(

wdContext.currentURLElement().getEvaluationURL(),

WDPortalNavigationMode.SHOW_EXTERNAL,

"directories=no location=no menubar=no resizable=yes status=no toolbar=no",

"evaluationdeformation",

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

"",

"",

urlParam.toString()

);

When the popup is closed, I want to update the content of my webdynrpo application. I tried using portal eventing but it didn''t worked because the popup doesn't seem to know its opener....

Is anybody have an idea ?

Thanks in advance.

Julien.