Attributes |
Name | Required | Request-time | Type | Description |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
type | no | false | java.lang.String | The String value that if equal to the value of the 'type' attribute of the tree, indicates this ace:node and its contents will be the one rendered for the given node data object. If no match is found, the ace:node without a type is used as a default node template. |