這是我在網上下載的一個在線考試系統其他的都沒問題只有點開始考試時報找不到路徑的錯誤是怎么回事呢這個是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
提交
取消

這是startExam.jsp的部分代碼
這個是Struts-config.xml的部分代碼
這個是錯誤提示的截圖