Is it possible to write an Action Interceptor, which can set the method to invoke on the fly, depending on certain runtime variables?
I can get the ActionProxy from ActionInvocation, but the proxy provides only a getter getMethod() not a setter. Any ideas? Thanks, Daniel