|
Attributes
|
|
Name
|
Required
|
Request-time
|
Type
|
Description
|
| binding |
false |
false |
java.lang.String
|
The attribute takes a value-binding expression for a component property of a backing bean |
| id |
false |
false |
java.lang.String
|
Every component may have a unique id that is automatically created if omitted |
| included |
false |
false |
java.lang.String
|
This boolean expression is used to define which elements of both collections are processed |
| includedNode |
false |
false |
java.lang.String
|
This boolean expression is used to define which elements are processed |
| includedRoot |
false |
false |
java.lang.String
|
This boolean expression is used to define which elements are processed appling to "roots" collection |
| nodes |
false |
false |
java.lang.String
|
Defines collection to use at the other (non-top) levels of iteration |
| rendered |
false |
false |
java.lang.String
|
If "false", this component is not rendered |
| roots |
false |
false |
java.lang.String
|
Defines collection to use at the top of iteration |
| var |
false |
false |
java.lang.String
|
A request-scope attribute via which the data object for the current collection element will be used when iterating |