You cannot create client data on a page that already has a template applied to it.
To work around this, create a Faces JSP, add the client data, and then apply the template to the page.
You cannot create client data from any node that appears under "Faces Managed Beans" in the Page Data view. These nodes do not appear in the Add Client Data dialog box.
To work around this issue:
- Right-click in Page Data view; then click New > JavaBean.
- Click Add existing reusable JavaBean (Faces Managed Bean).
- Select a bean and click Finish. The bean appears as a top-level node in the Page Data view, and is available for selection in the Add Client Data dialog box.
When you insert a Faces component in a project for the first time, for example, a Relational Record List, in a JSP page that has Web site navigation components, you might see overlapped File Changed and Save Resources dialog boxes in the Page Designer view.
To work around the overlapping dialog boxes:
- In the File Changed dialog box, click No.
- In the Save Resources dialog box, click Select All, and click OK.
Return to the main readme file
©Copyright IBM Corporation 2004, 2005. All Rights Reserved.