-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-3.0.3-ga4, liferay-faces-3.1.3-ga4, liferay-faces-3.2.4-ga5
-
Fix Version/s: liferay-faces-3.0.4-ga5, liferay-faces-3.1.4-ga5, liferay-faces-3.2.4-ga5
-
Component/s: Liferay Faces Util
-
Labels:None
When developing the primefaces4-portlet demo in FACES-1783, it became evident that the PrimeFaces org.primefaces.util.Constants class no longer had a declared field named VERSION because the version information was not displaying at the bottom of the portlet. In other words, the following Facelet markup was not displaying any version information:
<li><em><h:outputText value="#{bridgeContext.bridgeConfig.attributes['PrimeFaces']}" /></em></li>