On 1/25/06, Peter Cheung <[EMAIL PROTECTED]> wrote: > I am working on a app. has a mix of HTTPS and non-HTTPS pages. Since the > browser doesn't show the URL of the current JSF page(showing 1 URL behind), > when the user first gets from a HTTPS to a non-HTTPS JSF page, there is no > warning (produced by the IE) about leaving HTTPS, but once they move to one > more non-HTTPS page, the warning of about to leave HTTPS page appears. That > is very misleading to the user. I wonder if there is any way to force the > display of the URL of the current JSF page.
using <redirect/> inside of your navigation rulez (faces-config.xml). but this calls externalContext.redirect() (which itself calls Facescontext.responseComplete()) -Matthias

