Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.24, 4.0.0-RC1, 2.2.15, 2.3.10, 2.3-next-M7
-
None
-
None
Description
Caused by: java.lang.NullPointerException:
at org.apache.myfaces.view.facelets.tag.TagAttributeImpl.getBoolean(TagAttributeImpl.java:138)
return type is a primitive, so we can't return null.
We should check for null and, if so, return false.
Discovered TCK Test "test-faces40-selectManyCheckbox"