| Attributes |
| Name | Required | Request-time | Type | Description |
| url | false | true | java.lang.String | The url that will be loaded in the targeted zone. Accepts either absolute url (http://), application root url(/) and relatives one (./) |
| zoneId | true | true | java.lang.String | Zone ids to refresh, comma separated. If this refresh acts on multiple zones, the url attribute will be ignored. |
| 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]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| 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. |