Known issues with the 1.2_02 release.
There is an inconsistency in the javadocs for javax.faces.model.SelectItem
where null values should be allowed, but the docs still state
NullPointerExceptions
should be thrown in this case. This issue will be addressed in the
upcoming
maintenance release (see issue 345).
The default renderer for h:dataTable
doesn't produce
accessible
markup - specifically no scope
attribute is rendered on
table
rows (see issue 341).