日期:2014-05-18 浏览次数:20917 次
<action-mappings>
    <action    path="/manage/classes"
          type="cn.hxex.exam.action.ClassesAction"  
          name="classesForm"    scope="request"  
      input="/manage/classes_add.jsp"    parameter="p"    unknown="false"    validate="false"     >
        <forward    name="add"    path="/manage/classes_add.jsp"    redirect="false"    />
        <forward    name="list"    path="/manage/classes_list.jsp"    redirect="false"    />
        <forward    name="update"    path="/manage/classes_update.jsp"    redirect="false"    />
        <forward    name="classes_teacher"    path="/manage/classes_teacher.jsp"    redirect="false"    />
    </action>
    <action    path="/manage/student"    type="cn.hxex.exam.action.StudentAction"    name="studentForm"    scope="request"    input="/manage/student_add.jsp"    parameter="p"    unknown="false"    validate="false"     >
        <forward    name="add"    path="/manage/student_add.jsp"    redirect="false"    />
        <forward    name="update"    path="/manage/student_update.jsp"    redirect="false"    />
        <forward    name="list"    path="/manage/student_list.jsp"    redirect="false"    />
    </action>
    <action    path="/exam/testpaper"    type="cn.hxex.exam.action.TestPaperAction"    name="testPaperForm"    scope="request"    input="/exam/testpaper_list.jsp"    parameter="p"    unknown="false"    validate="false"     >        <forward    name="add"    path="/exam/testpaper_add.jsp"    redirect="false"    />
        <forward    name="list"    path="/exam/testpaper_list.jsp"    redirect="false"    />
        <forward    name="update"    path="/exam/testpaper_update.jsp"    redirect="false"