The use of this element has been deprecated in Facelets for Faces. Create and register a child UIOutput component associated with the closest parent UIComponent custom action, which renders nested body content.
Info | Value |
---|---|
Component Type | jakarta.faces.Output |
Handler Class | None |
Renderer Type | jakarta.faces.Text |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
escape |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
|
Flag indicating that generated markup must be escaped in a manner that is appropriate for the markup language to be rendered. Expressions must evaluate to a boolean. Default value is false. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
|
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |