Container action for all JavaServer Faces core and custom component actions used on a nested page via "jsp:include" or any custom action that dynamically includes another page from the same web application, such as JSTL's "c:import".
Info | Value |
---|---|
Component Type | jakarta.faces.NamingContainer |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding |
false
| jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent )
|
Value binding expression to a backing bean property bound to the component instance for the UIComponent created by this custom action. |
id | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Component identifier of the UINamingContainer component to be created. |
rendered |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
|
Flag indicating whether this component (and its children) should be rendered. Expressions must evaluate to a boolean. |