Verbatim

Inserts a verbatim tag that lets you add HTML directly onto a Faces JSP page.

 

Component at design time

Drag and drop an

Verbatim component onto the page:

The

Verbatim component looks like this on the page:

 

Properties and All Attributes views

The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click

Window | Show View | Properties.

These common attributes for the Verbatim component display on the f:verbatim tab in the Properties view. See the All Verbatim attributes table for a complete list of attributes.

The All Attributes view shows a table of all the attributes you can set on a component, which includes those attributes you can access from the Properties view. To switch to the All Attributes view, click the

All Attributes icon in the upper right corner of the Properties view.

Table 1. All Verbatim attributes

Attribute name

Represented in Properties view by

Description

escape

Render the HTML in the value

Specifies whether to escape HTML formatting (False) or to render HTML tags as HTML (True).