cancel
Showing results for 
Search instead for 
Did you mean: 

Catch navigation event

Former Member
0 Kudos

Hi all,

When I navigate from portal page A, which "Entry Point" attribute is set to "Yes",

to portal page B that is "Entry point" too, I need to catch the navigation event in

order to save some data in page A before navigation.

Any Idea how can I do it?

Thanks,

Michael Beilin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If its about not loosing unsaved data in Page A when navigating to Page B . try work protect mode in portal.

Former Member
0 Kudos

Hi Saurabh,

How can I activate the protect mode?

Michael Beilin

Former Member
0 Kudos

Hey,

Please refer this link for implementing it.

[;

Hope this helps

Jithin

Former Member
0 Kudos

Hi,

I have activated the protect mode by:

WDPortalWorkProtectMode.setApplicationDirtyControl(WDApplicationIsDirtyMode.STANDARD);

WDPortalWorkProtectMode.setApplicationDirty(true);

but another view is opened in a new window instead of confirmation dialog.

Any ideas?

Thanks,

Michael Beilin