| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the double select control to construct. This has to be the same id as is the id of the label and the context help associated with this control. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| name | false | true | java.lang.String | Name of the parameter used to identify submitted data. |
| cssclass | false | true | java.lang.String | CSS class for the double select control generated by this tag. |
| style | false | true | java.lang.String | CSS style for the double select control generated by this tag. |
| value | false | true | java.lang.String | This is value specifying the selected items in the right list. See the description of dialog:doubleselectoptions for required format. |