頁面:
<form action="<%=basePath%>zy?cou_id=1" method="post">
<input type="submit" value="開始學習" class="ss" style="line-height:40px; font-size:26px; margin-left:20%; background-color:#0F9;" />
</form>
配置:
<struts><package name="stu" extends="struts-default" name="/">
<action name="zy" class="el.com.web.action.stu.StudentAction" method="findCourse">
<result name="success">student/OEStudent/stu_zy.jsp</result></action>
</package>
</struts>
問題:
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [zy] associated with context path [/e-Learning].
為什麼會有兩個name呢 。。“/” namespace 默認的命名空間就是“/”。你看看你的basepath 與訪問的地址匹配