Keeping in mind that I may be completely wrong, you might take a look at the Tomahawk sandbox RedirectTracker to solve this problem.
Unfortunately, it's pretty light on documention right now. Try here: http://issues.apache.org/jira/browse/TOMAHAWK-503 http://mail-archives.apache.org/mod_mbox/myfaces-dev/200606.mbox/[EMAIL PROTECTED] On 4/20/07, Adam Winer <[EMAIL PROTECTED]> wrote:
It can't be done, not currently. Navigating during PPR *always* does a client-side redirect, which means you lose the messages. You'd have to save and restore the messages manually. -- Adam On 4/20/07, William Hoover <[EMAIL PROTECTED]> wrote: > Does anyone know how to maintain faces messages when handling navigation programmatically durring a PPR? > > FacesContext.getCurrentInstance().getApplication().getNavigationHandler().handleNavigation(context, fromAction, outcome) > >
