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
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
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?
3 matches
Mail list logo