-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-2.0.0, bridge-impl-3.0.0, bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-2.1.0, bridge-impl-3.1.0, bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The com.liferay.faces.bridge.renderkit.html_basic.internal.InlineScript class has a stateful private data member:
InlineScript.java
private String script;
When the state of InlineScript is restored, the script is never restored and causes a NullPointerException.