| |||||||
| FRAMES NO FRAMES | |||||||
Given a BPM Object with an attribute with valied values country.
To display the possible values as a set of radio buttons:
<f:selectOne att='example.country' type='radio'/>
To display the possible values as a drop-down list:
<f:selectOne att='example.country' type='combo'/>
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| att | true | true | java.lang.String | A BPM Object attribute of type Enumeration or a BPM Object with valid values. |
| type | false | true | java.lang.String | Defines how to render available values for the BPM Object attribute. Use "radio" for a set of radio buttons and "combo" for a drop-down list. If this attribute is not specified the default value is "radio". |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||