2
マイstruts.xml
をリロードファイル:私は私のglobal.properties
ファイルに変更を加えた場合Struts2のプロパティは
<constant name="struts.devMode" value="true" />
<constant name="struts.i18n.reload" value="true" />
<constant name="struts.custom.i18n.resources" value="global" />
、それは私が必要とするすべては私のプロパティファイルをリロードすることで、JSPページ上の任意の反射を示していません。
私はinstructionsを通過しましたが、私は何が欠けているのか分かりません。問題を解決するのを手伝ってください。
誰でもこの問題を解決するのに役立ちますか?
クラスパスに他の設定ファイルが複数/おそらく存在する可能性がありますか? (例えば、 'struts.properties' [不要]) – lschin