© 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.
The following have been deprecated and are not recommended for use:
- Client Data and its associated tooling (such as the Client Data view)
- Faces Client Components
<odc:dataGrid>
(Data Grid)<odc:webService>
(Web Service)<odc:clientData>
<odc:clientBinder>
The Tree
<odc:tree>
and Chart<odc:graphDraw>
have been enabled to use Server Data.
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.
The
<jspPanel>
tag attributesstyle
andstyleClass
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 thestyle
andstyleClass
attributes from all<jspPanel>
tags in the project by editing the JSP source in the Source view.