我的应用程序服务器的jboss-as-7.1.1/modules/Myproperties/main/Myjar.jar/TRHBundle.properties
位置有一个属性文件。
现在我如何从.xhtml
页面访问它?
当我在项目源文件夹中使用了proerties文件,然后在faces-config.xml
<resource-bundle>
<base-name>com.edfx.trh.common.i18n.TRHBundle</base-name>
<var>trhBundle</var>
</resource-bundle>
并在.xhtml
页面中使用
`<h:outputText value="#{trhBundle['home']}" />`
任何帮助将不胜感激。在此先感谢您的回复。