Re: Invalid path was requested

2008-12-16 Thread laredotornado
gt; >>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

Re: Invalid path was requested

2008-12-15 Thread Paweł Wielgus
mp;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

Invalid path was requested

2008-12-15 Thread laredotornado
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?