这是我在网上下载的一个在线考试系统其他的都没问题只有点开始考试时报找不到路径的错误是怎么回事呢
这个是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>
一只会讲笑话的兔子
一只会讲笑话的兔子
一只会讲笑话的兔子