How do specify additional parameters in the forwarding, e.g.
for one of my actions I have
<forward name="success"  path="/Admin/main.jsp"/>
but I would like to add parameters.
I can add them in the Action Servlet manually by retrieving
the path of the mapping (mapping.findForward("success").getPath())
and then add my parameters and create a new ActionForward.
Is there a better way to do this?
How does Struts envison this?



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to