cancel
Showing results for 
Search instead for 
Did you mean: 

Block portal navigation using a popup

Former Member
0 Kudos

Hello All,

We want to oblige authenticated users to have email to navigate into the portal , so we create a popup which is designed to show up if the authenticated user does not have a email defined in UME. This popup asks the user to enter a valid email to continue navigation.

Our popup works within the WDJ application but when we integrate it in the portal, it doesn't block the portal navigation.

Do you have any idea what have I done wrong ?

Any help is appreciated.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

Hi,

The problem is the modal dialog in WDJ is not a 'true' modal dialog, but rather modal to the WDJ application itself.

You could however develop a portal appllication based on (Jsp)DynPage, and using javascript's window.showModalDialog("yourpage.jsp") display a 'true' modal dialog

Hope this helps!

Robin van het Hof

Former Member
0 Kudos

Hi Robin,

Thanks a lot for your answer, we're actually going to use the method you described.

I have assigned pts to you.

Answers (0)