0

尝试使用 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但没有希望。

任何人都可以提出一些问题来解决这个问题吗?

提前致谢。

4

1 回答 1

0

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

我希望它有帮助!

于 2013-01-22T14:53:16.457 回答