I have the ff. in my JSP:

<liferay-ui:message key="my-own-message-key" />

But when the JSP is rendered, I see "my-own-message-key" where I expect "My own message key." I have already tried the method described here and in the Overriding a Language.properties File section of the Liferay Developer's Guide.

link|improve this question

77% accept rate
What version of Liferay are you using? Are you creating a JSP in your own portlet or are you overriding an existing JSP from Liferay core? – limburgie Dec 8 '11 at 14:45
6.0.6. I am creating a JSP in my own portlet. – Chry Cheng Dec 8 '11 at 17:29
feedback

1 Answer

up vote 1 down vote accepted

Followed Overriding a Language.properties File section of the Liferay Developer's Guide. But this time, manually copied my Language-ext_xx_YY.properties into the portlet's classpath (e.g., docroot/WEB-INF/classes/content/Language-ext_xx_YY.properties) so it can be found by Liferay during runtime. Maybe it didn't work the first time because the Liferay IDE didn't copy it over automatically on build.

link|improve this answer
Do you use maven? – Martin Gamulin Dec 9 '11 at 16:14
No, I use the Liferay IDE plugin to Eclipse. – Chry Cheng Dec 9 '11 at 16:54
New entry did not reflect in WAR build deployed in test server. No idea why. Works in local server. – Chry Cheng Dec 12 '11 at 16:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.