I have an action that receives some parameters from user (e.g. date). This action produces many different reports, so it has many different methods. I need to tune
Use the
If you are using the Convention Plugin apply it on action
@Action(value="action1", interceptorRefs=@InterceptorRef("paramsPrepareParamsStack"))