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?

Invalid path STRUTS error

2004-05-25 Thread Hammer
Hi All, I am getting this error still. Error Code :400 Error occured while processing request : http://xyx.com/TerrorismApp/error.jsp Exception Type : com.ibm.servlet.engine.webapp.WebAppErrorReport Message : Invalid path /countryWiseDetailsInput was requested Stack

RE: Invalid Path

2004-05-20 Thread Geeta Ramani
:29 PM > To: [EMAIL PROTECTED] > Subject: Invalid Path > > > Hi, > The error I am getting is : > > Error Code : 400 > Error occured while processing request : > http://livdsweb2.aig.com/TerrorismApp/error.jsp > Exception Type : com.ibm.servlet.engin

Invalid Path

2004-05-19 Thread Hammer
Hi, I am getting the following "Invalid path" error when I tried to add a action tag block in the struts-config.xml. Any idea why this is happening? The error I am getting is : Error Code : 400 Error occ