JavaServer Faces and ODC tools Release Notes

© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Release notes

1.0 Limitations
   1.1 Faces Client Components and Client Data are Deprecated
   1.2 Migrating pre-V7 JSF applications
2.0 Known problems and workarounds
   2.1 The <jspPanel> tag attributes style and styleClass are no longer available

1.0 Limitations

1.1 Faces Client Components and Client Data are Deprecated

The following have been deprecated and are not recommended for use:

The Tree <odc:tree> and Chart <odc:graphDraw> have been enabled to use Server Data.

1.2 Migrating pre-V7 JSF applications

If you import a pre-V7 JSF application without migrating the JSF JARS and continue to develop the application, tags that are new in V7 will not be included in the project JARs and will not be available at runtime. Ensure that you migrate pre-V7 JARS.

2.0 Known problems and workarounds

2.1 The <jspPanel> tag attributes style and styleClass are no longer available

The <jspPanel> tag attributes style and styleClass are no longer available. The attributes are not used for rendering the JSP panel component.

If you import a JSF application created in a previous version of this product, the <jspPanel> tags will display errors. To resolve the errors, remove the style and styleClass attributes from all <jspPanel> tags in the project by editing the JSP source in the Source view.