Redirect the user to the main page

Hello

I use JDeveloper 10.1.3.
I have two pages (page 1) (page 2), I want only navigation to go to page1 page2 and vice versa. I don't want users to be able to move from a right external page to page 2. Is there a way to redirect user to page 1 if they try to go directly to page 2?

Thank you very much
Steve

Hello

Why u use controllerclass in pageDef as slope below...

pageDefinition xmlns = "http://xmlns.oracle.com/adfm/uimodel."
version = "11.1.1.54.7" id = "TestPageDef".
EnableTokenValidation = "false".
ControllerClass = "view.frameworkext.CustomPagePhaseListener"

This will control the navigation of your page and you can override the onPageLoad() method and you can check the basic settings load the page but you can redirect to the home page by redirecting the answer...

Kind regards
Tiznit

Published by: Tiznit SIS on December 16, 2009 12:21

Tags: Java

Similar Questions

Maybe you are looking for