Try something like this:
  <forward name="success"  
path="/Admin/main.jsp?param1=aValue&param2=aValue"/>

   Cedric

Christian Pich wrote:

> 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]>
>



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

Reply via email to