天天看點

org.apache.jasper.JasperException: java.util.MissingResourceException 解決方案

正在學習Stripes,遇到這樣一個錯誤:

org.apache.jasper.JasperException: java.util.MissingResourceException: Could not find an error message with any of the following keys:...

導緻這個錯誤的原因是,當Stripes驗證失敗時,不知道怎樣傳回這些錯誤資訊,解決方案也很簡單:從 Stripes 包中複制一份 StripesResources.properties 到項目的源代碼跟目錄下。當然你可以從本文章的附件中獲得這個檔案。

繼續閱讀