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