學生列表怎么顯示不出來呢
比著老師得敲得
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [Students_query] associated with context path [/MyStuMseeagePro].
type?Status report
message?There is no Action mapped for namespace [/] and action name [Students_query] associated with context path [/MyStuMseeagePro].
description?The requested resource is not available.
Apache Tomcat/7.0.30
2016-06-13
我在其他地方也出現過這個錯誤,你可以檢查一下struts.xml文檔里的result跳轉是否有錯誤,及其相關的Action中的方法。我的錯誤是Action方法中已經throws了異常,又畫蛇添足的加了try catch語句。希望能幫到你……
2016-06-11
和老師的代碼一樣為什么還會有這樣的錯誤啊