Hi,

I did something like that by returning a dynamically generated
ActionForward and I believe the folks in the developer list plan 
something to make this acrobatics easier in later releases.

  return new ActionForward( mapping.findForward("success").getPath() +
"?newparam=xx" );

HTH

Ronaldo

> -----Ursprüngliche Nachricht-----
> Von: Freek Segers [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 25. Januar 2002 08:34
> An: Struts Users Mailing List
> Betreff: Adding/Modifying parameters in the Request object
> 
> 
> Hi,
> 
> Does anyone know how you can add a parameter to the Request 
> object in an
> Action?
> 
> I can find no interface for it in HTTPServletRequest or 
> ServletRequest.
> 
> What I want to do is forward a request in one Action to 
> another Action (by
> returning an ActionForward that's configured in 
> struts-config), but add a
> new parameter to the request.
> 
> Thanks,
> 
> Freek
> 
> 
> --
> 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