在 Liferay Portal 6.2 中,我创建了一个包含language.properties
文件的 portlet。portlet.xml
像这样:
<resource-bundle>com.test.portlet.featuretest.content.Language</resource-bundle>
内容language.properties
如下:
no-customer-were-found=no customer
first-name=FIRST NAME
last-name=\u0646\u0627\u0645 \u062E\u0627\u0646\u0648\u0627\u062F\u06AF\u06CC
在view.jsp
里面有这样的东西:
为什么没有加载utf字符。(????????????)但在liferay 6.0.6中一切都是真的。
有什么建议么?