To bind a JavaServer Faces input or output component to an existing EGL
PageHandler data area, do as follows:
- 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.
- From the Window menu, select Show
View > Other >Basic > Palette.
- In the Palette view, click the Faces Components drawer
to display the Faces Components object types.
- 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.
- To bind the component to an existing PageHandler 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 Select Page Data
Object list and click OK.