cancel
Showing results for 
Search instead for 
Did you mean: 

Closing session pop up

Former Member
0 Kudos

Hi Everybody!

I have a portal which has some Web Dynpro applications in it. The problem is that when you leave a page with Web Dynpro Application, the portal opens a pop up message (DSM) but on some computers it doesn't close that pop-up and it stays open.

How can I fix it, to make the pop-up close on all computers (Maybe change the Internet Explorer settings)?

Thanks & regards

Omer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

try this way to instance all models...

MDL_LoadParameters_Get model_LoadParameters_Get =

(MDL_LoadParameters_Get) WDModelFactory.getModelInstance

(MDL_LoadParameters_Get.class, WDModelScopeType.TASK_SCOPE);

model_LoadParameters_Get.disconnectIfAlive();

Z_Hyd_0195_Ep_Input bapIn_Z_Hyd_0195_Ep = (Z_Hyd_0195_Ep_Input)

model_LoadParameters_Get.createModelObject(Z_Hyd_0195_Ep_Input.class);

wdContext.nodeZ_Hyd_0195_Ep_Input().bind(bapIn_Z_Hyd_0195_Ep);

former_member182374
Active Contributor
0 Kudos

Hi Omer,

See Detlev's answer on this thread:

/message/459394#459394 [original link is broken]

Regards,

Omri