JavaServer(TM) Faces 1.2
|
JSF Community
|
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).
When upgrading from 1.2 to 1.2_01, 1.2_02, or 1.2_03 on Tomcat 5.x
with Facelets, the user may receive a ClassNotFoundException
for com.sun.faces.config.GlassFishConfigureListenener. In order
to resolve this, delete the tld cache references under
TOMCAT_HOME/work
and restart the server.