How know current outcome

2007-11-12 Thread mario.buonopane
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.

Re: How know current outcome

2007-11-12 Thread Andrew Robinson
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 --