Hi Dave,
there is a forward flag in stuts-config.xml which deals with it, so
maybe You can try to manipulate actionforward object.

Best greetings,
Pawel Wielgus.

2009/1/22, laredotornado <laredotorn...@gmail.com>:
>
> I'm using Struts 1.  In my execute method, I have a clause that looks like
>
>                         String path = new
> String("/appGroupsAdmin.do?addAppGroup=Add+New+Group&submitted=submitted&task=add&appName="
> + URLEncoder.encode(appName));
>                         return new ActionForward(path);
>
> I want the query string variables to be the only request parameters set upon
> forwarding.  Does that necessarily happen?  If not, how can I make it so?
>
> Thanks, - Dave
>
> --
> View this message in context:
> http://www.nabble.com/Does-ActionForward-preserve-the-request--tp21608479p21608479.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to