Hi!
> Sorry, maybe I am ambiguous. I mean changing navigation flow using
> getNavigationHandler().handleNavigation() but not really redirect with
> context.getExternalContext().redirect("error.faces");
>
> Should I use RedirectTracker also for handleNavigation?
The RedirectTracker will handle every redirect issued through the
Servlet-API. In the end, handleNavigation() with the "<redirect />"
option will do so.
The RedirectTracker will work transparently in the background.

Ciao,
Mario

Reply via email to