The CLIENTREDIRECTPAGE component is an invisible component. When triggered the component request to the browser processing to open up the dialog that is passed via the attribute PAGE.

The page that you redirect to is a CaptainCasa page definition, e.g. you navigate to some page "/xyz/abc.jsp" - which is residing in the same web content as your calling page.

You can decide if to keep the current session or if you want a new session to be used for the redirected page.

Please do not use the page for normal page navigation - but only use for scenarios in which the full page that is currently loaded needs to be replaced. Example: some sever error happens on server side - then you may jump to an error page, and from there again to the e.g. logon page of the application.

Please note: there is a component CLIENTREDIRECTURL which allows to switch the browser to any other page. THe CLIENTREDIRECTPAGE component is designed to switch the page within one project.