Support for Faces components within the Faces Client framework

In addition to using the Faces Client Components, you can use Client Data with some of the Faces components. The following Faces components can use Client Data:
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>

Using Client Data with these components is similar to using Page Data except that you create the Client Data from Page Data. In the Client Data view, right-click, and select New > Client Data. When the Client Data is created, a Client Data object is displayed in the Client Data view. The Client Data object will have the same attributes as the Page Data object.

Note: For the SelectOne and SelectMany components: Radio Button Group, Check Box Group, List Box - Single Select, List Box - Multiple Select and Combo Box, the component must be bound to Client Data, but the list of choices must come from the server-side data. Additionally, this list of choices must be a list of computed choices; a list of literal choices will not work. The list of computed choices must be part of the client data.
Related tasks
Configuring client data
Related reference
Faces Client components
Properties for Faces Client Components
Supported JavaBean characters and data types

Feedback