| |||||||
| FRAMES NO FRAMES | |||||||
To show the value stored in the attribute telephoneNumber as the text area's default value:
<textarea <f:fieldName att="person.telephoneNumber"/>>
<f:fieldValue att="person.telephoneNumber" only=true/>
<textarea/>
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| att | true | true | java.lang.String | The BPM Object attribute containing the value to be displayed. This attribute is accessed through an instance of a BPM Object. |
| onlyValue | false | true | java.lang.String | If set to false does not concatenate the word value to the generated String. This is useful for HTML elements that use the BPM Object attribute's value but do not accept an "value" attribute. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||