JSF2 loadbundle问题

时间:2013-01-22 13:51:04

标签: jsf-2

尝试使用Mojarra标签设计facelet。在基本模板中尝试使用loadBundle标记加载属性文件。在运行时获取如下错误

Can't find resouce for bundle web/test/properties/sample key en_GB

将属性文件放在下面的位置
webapp/test/properties/sample.properties并添加如下

   <f:loadBundle basename="test.properties.sample" var="msgs" />

此外,我尝试将属性文件放在webapp/resources/test/properties/sample.properties下,但没有希望。

请问有人可以解决这个问题吗?

提前致谢。

1 个答案:

答案 0 :(得分:0)

首先,资源包应该在src文件夹中。但是,您可以在此处找到有关资源包的详细示例:http://www.mkyong.com/jsf2/jsf-2-0-and-resource-bundles-example/

我希望它有所帮助!