Thanks Mike/Adam! I will look into your suggestions and see what I can come up with.
-----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 10:26 PM To: adffaces-user@incubator.apache.org Subject: Re: Missing messages when using handleNavigation during a PPR 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) > > > > >