首页上一页 1 下一页尾页 4 条记录 1/1页
JSP网络在线考试系统《JSP项目开发案例全程实录》一书中的问题
发表在JavaWeb图书答疑
2015-03-22
是否精华
是
否
版块置顶:
是
否
当点击“开始考试”的时候,页面出现错误:
“HTTP Status 404 - Invalid path /startExam was requested”
2015-3-22 17:43:11 org.apache.struts.action.RequestProcessor processMapping
严重: Invalid path /startExam was requested
我上网查了,说是struct 配置的问题,但是我看了struct的配置,没有错啊,是对啊,但是就是不能打开页面,这个是出什么问题了。 struct 的配置如下:
<!-- 开始考试 -->
<action name="questionsForm" path="/manage/startExam" scope="session" type="com.wgh.action.StartExam">
<forward name="testPaper" path="/startExam.jsp"/>
<forward name="dealNull" path="/dealNull.jsp"/>
<forward name="submitTestPaperok" path="/submitTestPaperok.jsp"/>
<forward name="showStartTime" path="/showStartTime.jsp"/>
<forward name="showRemainTime" path="/showRemainTime.jsp"/>
<forward name="error" path="/error.jsp" />
</action>
这个是由于什么原因而不能打开页面的呢? 求指教啊
“HTTP Status 404 - Invalid path /startExam was requested”
2015-3-22 17:43:11 org.apache.struts.action.RequestProcessor processMapping
严重: Invalid path /startExam was requested
我上网查了,说是struct 配置的问题,但是我看了struct的配置,没有错啊,是对啊,但是就是不能打开页面,这个是出什么问题了。 struct 的配置如下:
<!-- 开始考试 -->
<action name="questionsForm" path="/manage/startExam" scope="session" type="com.wgh.action.StartExam">
<forward name="testPaper" path="/startExam.jsp"/>
<forward name="dealNull" path="/dealNull.jsp"/>
<forward name="submitTestPaperok" path="/submitTestPaperok.jsp"/>
<forward name="showStartTime" path="/showStartTime.jsp"/>
<forward name="showRemainTime" path="/showRemainTime.jsp"/>
<forward name="error" path="/error.jsp" />
</action>
这个是由于什么原因而不能打开页面的呢? 求指教啊