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".
| Attributes | 
| Name | Required | Request-time | Type | Description | 
| binding | false | false | javax.el.ValueExpression(must evaluate to
 javax.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 | true | java.lang.String | Component identifier of the UINamingContainer component to be created. | 
| rendered | false | false | javax.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. |