簡體   English   中英

將屬性文件放在Struts 1.3的Web應用程序文件夾中的哪里?

[英]Where to put the properties file in web app folder in Struts 1.3?

我正在使用struts 1.3制作一個簡單的Web應用程序。

它包含一個使用<bean:message >標記的簡單注冊頁面。

我在struts-config.xml文件中將屬性文件的路徑設置為:

<message-resources parameter="resources.Application" />

該文件名為:Application.properties,並存儲如下:

WEB-INF ---類----資源---Application.properties

該頁面給我錯誤:

org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE

可能是什么問題呢 ?

我認為Struts會在WEB-INF / classes / resources.Application.properties中尋找該文件。

嘗試此操作,不要將文件移到任何地方。

<message-resources parameter="Application" />

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM