-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.5-ga6, liferay-faces-2.2.5-ga6, liferay-faces-3.0.5-legacy-ga6, liferay-faces-3.0.5-ga6, liferay-faces-3.1.5-ga6, liferay-faces-3.2.5-ga6, liferay-faces-4.2.5-ga6
-
Fix Version/s: bridge-api-2.0.0, bridge-api-3.0.0, bridge-api-4.0.0
-
Component/s: Liferay Faces Bridge API
-
Labels:None
The following string constant is not defined:
GenericFacesPortlet.java
public static final java.lang.String DEFAULT_CHARACTERSET_ENCODING = "javax.portlet.faces.defaultCharacterSetEncoding";
The reason why it was not defined was because it was a JSR 301 legacy feature that was no longer used in JSR 329 bridge implementations. However in order to have an API that conforms with JSR 329 the constant must be defined.