Overview

Renders any HTML tag as specified in value attribute.

Usage

<t:htmlTag [{all standard UIOutput attributes}] />

Example

<t:htmlTag value="br" />

Renders: <br/>

<t:htmlTag value="div" >
[Other JSF tags/content]
</t:htmlTag>

Renders: <div>OTHER CONTENT</div>

  • No labels