struts的問題:Missing message for key…………
Posted on 2007-09-19 14:37 TuringJava 閱讀(2575) 評論(2) 編輯 收藏 所屬分類: Debug應該再web.xml里面設置它的路徑,比如struts自帶的例子上是這樣配置的,它放在web-inf\classes\org\apache\struts\webapp\example下
<init-param>
<param-name>application</param-name>
<param-value>org.apache.struts.webapp.example.applicationresources</param-value>
</init-param>