I would like to find out if there is a way to redirect struts 2 action result to a servlet with the request parameters intact?
I am wondering if I can something similar like https://struts.apache.org/docs/dispatcher-result.html:
<result name="success" type="dispatcher">
<param name="location">/MyServlet</param>
</result>