Developer Tools
JDeveloper
The two JSF libraries that provide the JSF components were included in your page when you created it. They are:
JDeveloper provides the Component Palette to drag and drop components onto your JSF pages in the visual editor. To see the libraries and components that are currently available, click the dropdown list in the Component Palette.
To begin adding JSF components, select JSF from the dropdown list.
Expand the HTML or Core panel that contains the components you are interested in. Then click and drag a component to the page in the visual editor. Drop the component at the desired location on the page.
Help information is provided for each component, explaining its purpose and its attributes. To find such information, right-click an item in a panel in the Component Palette and choose Help .
In addition to the JSF components listed above, you can include:
Although you can mix JavaServer Pages Standard Tag Library (JSTL) tags and JSF tags in a page, Oracle recommends that you do so sparingly.
Copyright © 1997, 2009, Oracle. All rights reserved.