Name
<f:verbatim>
Synopsis
This action represents an
instance of the component type registered with the type ID
javax.faces.Output (by default, an instance of the
javax.faces.component.UIOutput class), combined
with a renderer registered with the renderer type ID
javax.faces.Text.
The action creates an instance of the component class, sets its value
to the evaluation result of the element body, sets the
transient property to true and
the escape property to the value set by the action
attribute with the same name, and adds the component as a child of
the component represented by the closest JSF component parent action
element.
Syntax
<f:verbatim [escape="true|false">Template text and/or non-JSF action elements</f:verbatim>
Attributes
|
Attribute Name |
Java Type |
Dynamic Value Accepted |
Description |
escape |
boolean |
Any |
If |
Example
<f:subview id="header"> <f:verbatim> <html> <head> <title>Welcome to my site!</title> </head> </f:verbatim> </f:subview>
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access