Hi,

I'm using Struts 1 and trying to figure out the mysterious world of
forwarding.  I have

                        String path = new
String("/npsim/appGroupsAdmin.do?addAppGroup=Add+New+Group&submitted=submit&task=add&appName="
+ URLEncoder.encode(appName));
                        return new ActionForward(path);

but when this code is invoked, I get the error "Invalid path was requested". 
I can cut and paste the above (substituting in the appropriate variable for
"appName") and it will come up in my browser.  What am I doing wrong here?

Thanks, - Dave
-- 
View this message in context: 
http://www.nabble.com/Invalid-path-was-requested-tp21020377p21020377.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

Reply via email to