| Attributes |
| Name | Required | Request-time | Type | Description |
| controlId | true | true | java.lang.String | A control id to add to this surrounding mandatoryControl component. ex : 'login_control' |
| 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. |