Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Several of the Liferay Faces demo portlets have faces-config.xml descriptors that contain the following:
faces-config.xml
<resource-bundle> <base-name>i18n</base-name> <var>i18n</var> </resource-bundle>
This should be removed since it is redundant with the functionality provided by the i18n EL keyword feature from the com.liferay.faces.util.jar module.