Thank you, Nils and Tobin! Great explanations and suggestion! Thanks! Nils wrote:
> The ActionProxy has methods for accessing the name, namespace and > method of the action, and the ActionInvocation has a method for > accessing the ActionProxy. The ActionInvocation also has a method for > accessing the ActionContext, which in turn you can use to get the > parameters. > Tobin wrote: > One other option that I've used with great success is to create a > @LoginNotRequired annotation. Then, just checked for that annotation > in your interceptor. I have done it where you can put the annotation > on the class (which affects all action methods in the class) or just > on the method (which only affects that particular action method).