The available output tags are:
Components that are initially hidden on the palette are denoted by an asterisk (*) next to their name in the tables.
Component | Tag Name | Description |
---|---|---|
Image | <hx:graphicImageEx> | Displays an image on the page. Can display an image from a data source as well. Refer to Displaying images for more information on images. |
Error message | <h:message> | Inserts error text that is conditionally displayed. Errors are associated with a specific component. Refer to Managing errors in JavaServer Faces applications for more information on this component. |
Error messages | <h:messages> | Inserts error messages that are conditionally displayed when an error has occurred on the page. Displays errors for entire page. Refer to Managing errors in JavaServer Faces applications for more information on error components. |
Output - Formatted Text | <h:outputFormat> | Outputs a formatted message to the page. The message can be a combination of static text and dynamic data that comes from a data storage. |
Label | <h:outputLabel> | Inserts an accessibility output label. Refer to Adding a label component for accessibility for more information on the label component. |
Progress Bar | <hx:outputProgressbar> | Displays an (animated) progress bar. |
*Horizontal Rule | <hx:outputSeparator> | Creates a horizontal line to visually separate information on the page. |
Output Text | <h:outputText> | Creates output text that cannot be modified by the user.
The text can be static or bound to a data source. Output components can display
data from a data source as well as to display static text within most other
Faces components (for example, as a label for an input field). When you
add an output component, choose one of the following formats on the Properties
view for the Output component:
|
Media Player | Creates a media component on the page so that various kinds of media files can be played on the Web page. Refer to Adding media components for more information on media components. | |
*Media - Macromedia Flash Player | <hx:playerFlash> | Creates a media component on the page so that various kinds of media files can be played on the Web page. Refer to Adding media components for more information on media components. This component plays Flash files on the Web page. |
*Media - Generic A/V Player | <hx:playerGenericPlayer> | Creates a media component on the page so that various kinds of media files can be played on the Web page. Refer to Adding media components for more information on media components. |
*Media - Windows® Media Player | <hx:playerMediaPlayer> | Creates a media component on the page so that various kinds of media files can be played on the Web page. See Adding media components for more information on media components. |
*Media - Real Network RealOne Player | <hx:playerRealPlayer> | Creates a media component on the page so that various kinds of media files can be played on the Web page. Refer to Adding media components for more information on media components. This component plays Real Network RealOne Player files on the Web page. These files can be either audio or video files. |
*Media - Macromedia Shockwave Player | <hx:playerShockwave> | Creates a media component on the page so that various kinds of media files can be played on the Web page. Refer toAdding media components for more information on media components. This component plays Macromedia Shockwave Player files on the Web page. |