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?
<action path="/countryWiseReport"
type="com.aig.terrorism.reports.CountryWiseAction"
name="countrywisedetails" scope="request"
validate="false">
<forward name="success"
path="/content/reports/CountryWiseReport.jsp"/>
</action>
<action path="/countryWiseDetailsInput"
type="com.aig.terrorism.reports.CountryWiseInputAction"
name="countrywisedetails" scope="request"
validate="true">
<forward name="success"
path="/content/reports/CountryWiseInput.jsp"/>
</action>
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.engine.webapp.WebAppErrorReport
Message : Invalid path /countryWiseDetailsInput was requested
Stack Trace : com.ibm.servlet.engine.webapp.WebAppErrorReport:
Invalid path /countryWiseDetailsInput was requested at
com.ibm.servlet.engine.webapp.WebAppDispatcherResponse.sendError
(WebAppDispatcherResponse.java:93) at
org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1557) at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
com.ibm.servlet.engine.webapp.StrictServletInstance.doService
(ServletManager.java:827) at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service
(StrictLifecycleServlet.java:167) at
com.ibm.servlet.engine.webapp.IdleServletState.service
(StrictLifecycleServlet.java:297) at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service
(StrictLifecycleServlet.java:110) at
com.ibm.servlet.engine.webapp.ServletInstance.service
(ServletManager.java:472) at
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch
(ServletManager.java:1012) at
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch
Shiva
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]