Short answer: no (out of the box) But there are ways to do it. (1) custom NavigationHandler (this is really quite easy, you can just wrap a current one -- not sure why you want to avoid this) and (2) custom ActionListener (the global one, not the one you add to action generators -- http://tinyurl.com/2b4q77)
-Andrew On 11/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > is there a way to know, in a PhaseListener, the current outcome invoked by > the user without implements a my NavigationHandler? > > > > Thanks in advance, > > Mario > > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited.

