Notes that need to be conref'd

Feeder file to conref notes. Do not index or surface in the TOC.
Note: Some Faces Client Components and Client Data have been deprecated and are not recommended for use.
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>
Note: Data Tree <odc:tree> and Chart <odc:graphDraw> have been enabled to use Server Data.
Note: If you are using a previous version of this product, when adding the ajaxRefreshRequest and ajaxRefreshSubmit tags to the JSP, the following must be added to the JSF configuration file (typically faces-config.xml):
<factory>
        <faces-context-factory>
            com.ibm.faces.context.AjaxFacesContextFactory
        </faces-context-factory>
        <render-kit-factory>
            com.ibm.faces.renderkit.AjaxRenderKitFactory
        </render-kit-factory>
    </factory>
Note: The Data Tree control's <odc:treeNodeAttr> tag uses different values for its className attribute when bound to SDO data versus WDO data. After migrating a project from a server that uses WDO (such as WebSphere® Application Server 5.1) to one that uses SDO (such as WebSphere Application Server 6.1), the easiest way to fix this is to delete and recreate any Data Tree controls.

Feedback