Web tools - release notes


1.0 Known problems
   1.1 You cannot add client data to Faces JSP pages that have templates applied
   1.2 You cannot create client data from nodes that appear under Faces Managed Beans
   1.3 Inserting a Faces component in a JSP page that has Web site navigation might open overlapping dialog boxes

1.0 Known problems

1.1 You cannot add client data to Faces JSP pages that have templates applied

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.

1.2 You cannot create client data from nodes that appear under Faces Managed Beans

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:

  1. Right-click in Page Data view; then click New > JavaBean.
  2. Click Add existing reusable JavaBean (Faces Managed Bean).
  3. 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.

1.3 Inserting a Faces component in a JSP page that has Web site navigation might open overlapping dialog boxes

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:

  1. In the File Changed dialog box, click No.
  2. In the Save Resources dialog box, click Select All, and click OK.

Return to the main readme file