Binding a JavaServer Faces input or output component to an EGL page handler

To bind a JavaServer Faces input or output component to an existing EGL page-handler data area, do as follows:

  1. Open a Faces JSP file in the Page Designer. If you do not have a JSP file open, double-click on the JSP file in the Project Explorer. The JSP opens in the Page Designer. Click the Design tab to access the Design view.

  2. From the Window menu, select Show View > Other >Basic > Palette.

  3. In the Palette view, click the Faces Components drawer to display the Faces Components object types.

  4. Drag an input or output component from the palette to the JSP. Input and output components have the words Input and Output in the labels. The component object is placed on the JSP.

  5. To bind the component to an existing page-handler data area, do one of the following:

    • Drag the data area from the Page Data view to the component object on the JSP.

    • Select the component object on the JSP, then right-click the data area in the Page Data view and select Bind to 'component name'.

    • Select the component object on the JSP. Click the button next to the Value field of the Properties view, then select a data area from the Page Data Object list and click OK.

Related concepts
PageHandler part

Related tasks
Creating an EGL pageHandler part

Related reference
Page Designer support for EGL
PageHandler part in EGL source format