Questions tagged [servlet-dispatching]

A process of invoking a servlet dispatcher to handle a new URI.

A process of invoking a servlet dispatcher to handle a new URI. It can be forward or include method used by the dispatcher.

If you look at the RequestDispatcher javadoc, you'll see that only two methods are usable.

16 questions
-1
votes
1 answer

struts2 action redirect to servlet with parameters

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:
1
2