| |||||||
| FRAMES NO FRAMES | |||||||
To store the value entered in the input element into the attribute telephone number:
<input type="text" id="telephoneNumber" <f:field att="personFo.telephoneNumber"/>/>
The same result could have been achieved by combining the tags fieldName and fieldValue:
<input type="text" id="telephoneNumber" <f:field att="personFo.telephoneNumber"/>/>
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| att | true | true | java.lang.String | The BPM Object attribute to associate to the input HTML element. This attribute is accessed through an instance of a BPM Object. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||