Struts: Action forwarding to another action?
843836Mar 19 2004 — edited Mar 19 2004I have a condition in my Action that needs to forward to another action. Does mapping.findForward()
only allow you forward to a jsp? What I really need to do is redirect to another Action and invoke it's execute method passing the current form, mapping, req & req params. What's the best/recommended way to do this?