background image

The jsf_core Tags

<< Using the Core Tags | UI Component Tag Attributes >>
<< Using the Core Tags | UI Component Tag Attributes >>

The jsf_core Tags

TABLE 11­1
The jsf_core Tags
(Continued)
Tag Categories
Tags
Functions
Validator tags
validateDoubleRange
Registers a DoubleRangeValidator on a component
validateLength
Registers a LengthValidator on a component
validateLongRange
Registers a LongRangeValidator on a component
validator
Registers a custom validator on a component
Output tag
verbatim
Generates a UIOutput component that gets its content
from the body of this tag
Container for
form tags
view
Encloses all JavaServer Faces tags on the page
These tags are used in conjunction with component tags and are therefore explained in other
sections of this tutorial.
Table 11­2
lists the sections that explain how to use specific jsf_core
tags.
TABLE 11­2
Where the jsf_core Tags Are Explained
Tags
Where Explained
Event-handling tags
"Registering Listeners on Components" on page 359
Data conversion tags
"Using the Standard Converters" on page 354
facet
"Using Data-Bound Table Components" on page 337
and
"Laying Out Components
with the UIPanel Component" on page 341
loadBundle
"Rendering Components for Selecting Multiple Values" on page 345
param
"Displaying a Formatted Message with the outputFormat Tag" on page 334
selectItem
and
selectItems
"The UISelectItem, UISelectItems, and UISelectItemGroup Components" on
page 346
subview
"Setting Up a Page" on page 322
verbatim
"Rendering a Hyperlink with the outputLink Tag" on page 334
view
"Setting Up a Page" on page 322
Validator tags
"Using the Standard Validators" on page 361
and
"Creating a Custom Validator" on
page 398
Using the Core Tags
The Java EE 5 Tutorial · September 2007
326