| Attributes |
| Name | Required | Request-time | Type | Description |
| srcIds | true | true | java.lang.String | Components identifiers to control. Comma separated. The component seeker first look for a SweetDEV RIA component, then for an HTML component's id, and finally for an HTML component's name filled with the identifier. |
| allowChar | false | true | java.lang.String | Regexp of all allow characters, like '[0-9]/i]' for a numeric format. All others characters will be forbidden for the user. |
| mask | false | true | java.lang.String | You can specify the mask used for this control. You can also used a nested 'test' tag with mask attribute. |
| messageType | false | true | java.lang.String | You can specify the message type send by this control. You can also used a nested 'test' tag with type attribute. |
| message | false | true | java.lang.String | You can specify the message send by this control. You can also used a nested 'test' tag with message attribute. |
| canBeEmpty | false | true | java.lang.Boolean | True if the components can be empty, false otherwise. |
| applyErrorClass | false | true | java.lang.Boolean | True to apply error component class, else false |
| applyLabelErrorClass | false | true | java.lang.Boolean | True to apply error component label class, else false |
| 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. |