UI-Component Sets
Project Documentation

Summary

Tag name: <f:verbatim>
Tag class: org.apache.myfaces.taglib.core.VerbatimTag
Outputs its body as verbatim text. No JSP tags within the verbatim tag (including JSF tags) are evaluated; the content is treated simply as literal text to be copied to the response.

Unless otherwise specified, all attributes accept static values or EL expressions.

Attributes

Name Type Required Description
escape String false If true, generated markup is escaped. Default: false.