| Attributes |
| Name | Required | Request-time | Type | Description |
| loadAtStartup | false | true | boolean | Indicates whether the content of this zone must be loaded at startup or not. Default is true. |
| refreshDelay | false | true | int | The refresh delay of this zone, in millis. Default = 0 (no automatic refresh) |
| url | false | true | java.lang.String | The url that will be loaded in this zone. Accepts either absolute url (http://), application root url(/) and relatives one (./) |
| addInputs | false | true | java.lang.String | A list of inputs names in the page, comma separated. This inputs values will be sent as GET parameter in the url. |
| onLoad | false | true | java.lang.String | No Description |
| afterOnCallServer | false | true | java.lang.String | No Description |
| modelClass | false | true | java.lang.Class | Set a specific model class of the component. |
| stateful | false | true | boolean | Define whether this attribute must keep its state according to the page configuration |
| id | true | true | java.lang.String | Unique Identifier. Accepts EL. |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |