这是我在网上下载的一个在线考试系统其他的都没问题只有点开始考试时报找不到路径的错误是怎么回事呢这个是startExam.jsp里面的一行代码 <html:form action="/manage/startExam.do?" method="post"> 这是Struts-config.xml的部分代码 <!-- 开始考试 --> <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>
添加回答
举报
0/150
提交
取消