OverviewSince 3.1 You can use the icecore:redirect tag to trigger a redirect immediately upon page load, upon any user interaction causing a render of the component, or at the server's discretion using push.
Getting StartedTo use the icecore:redirect tag, first declare the core namespace: <html ... xmlns:icecore="http://www.icefaces.org/icefaces/core">
<h:body> <icecore:redirect href="#{redirectBean.href}"/> ... Attributes
href - Allows control of the absolute or relative location to redirect to. This is a mandatory attribute specifying the href to redirect to. No redirect will happen while using an EL expression that evaluates to null or an empty string. |
redirect
© Copyright 2021 ICEsoft Technologies Canada Corp.