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? Thanks On 7/19/07, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
Hi! > But after redirecting to errors.faces all messages are discarded. And > therefore user doesn't see his fatal error. How can I using JSF add > all messages to view to redirect? See the tomahawk sandbox RedirectTracker stuff [1]. Correctly configured it will make the messages available after a redirect too. Ciao, Mario [1] http://wiki.apache.org/myfaces/RedirectTracker