- The Example JavaServer Faces Application
- Setting Up a Page
- Using the Core Tags
- Using the HTML Component Tags
- Using Localized Messages
- Using the Standard Converters
- Registering Listeners on Components
- Using the Standard Validators
- Binding Component Values and Instances to External Data Sources
- Referencing a Backing Bean Method
Using the Core Tags
The tags included in the JavaServer Faces core tag library are used to perform core actions that are independent of a particular render kit. These tags are listed in Table 18-1.
Table 18-1. The jsf_core Tags
These tags are used in conjunction with component tags and are therefore explained in other sections of this tutorial. Table 18-2 lists the sections that explain how to use specific jsf_core tags.
Table 18-2. Where the jsf_core Tags Are Explained
Tags |
Where Explained |
---|---|
Event-handling tags |
Registering Listeners on Components (page 710) |
Data conversion tags |
Using the Standard Converters (page 705) |
facet |
The UIData Component (page 686) and The UIPanel Component (page 694) |
loadBundle |
Using Localized Messages (page 703) |
param |
Using the outputFormat Tag (page 693) and |
selectItem and selectItems |
The UISelectItem, UISelectItems, and UISelectItemGroup Components (page 700) |
subview |
Setting Up a Page (page 676) |
verbatim |
Using the outputLink Tag (page 692) |
view |
Setting Up a Page (page 676) |
Validator tags |
Using the Standard Validators (page 712) and Creating a Custom Validator (page 750) |