I have added Struts2 interceptor, There I want to change calling action if some logic trigger. Currently I can change redirect JSP file after invoke the action. But I need to change the calling action before invoke the the action. Is there any way to invoke different action?
Thank You.
Your intercept method as per your comments would look something like this:
SpecificActionshould be present in your configuration file.