JavaServer(TM) Faces 1.2
|
JSF Community
|
Known issues with the 1.2_03 release.
The default renderer for
h:dataTable
doesn't produce accessible markup - specifically no
scope
attribute is rendered on table rows (see issue
341).
If rendering multiple forms in the same view, and attempting to validate
via the W3C validator, there will be warnings regarding duplicate
IDs (javax.faces.ViewState). The spec currently requires that for
each Form we output the state info with the ID and Name of
javax.faces.ViewState
. In the next version, we'll
add a switch (disabled by default) which will provide unique IDs
for each of the fields.
See issue 443.
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.