RE: Grabbing the "current" Result

2008-06-24 Thread Brad A Cupit
> I want to write an PreResultListener that checks the current > Result and performs actions based on the Result. I see that > the ActionInvocation that's passed into the beforeResult > method has a getResult() method, but when I tried this, the > result of the getResult() method is null. just fo

Grabbing the "current" Result

2008-06-23 Thread Asleson, Ryan
Hello, Is there a way to grab the current Result object after an Action method has been executed? I want to write an PreResultListener that checks the current Result and performs actions based on the Result. I see that the ActionInvocation that's passed into the beforeResult method has a g