BPM Object Tag Library
Tag fieldName


Use this tag to associate an HTML element with a BPM Object attribute. The values entered in this input component will be loaded into the associated BPM Object attribute.
Place this tag in the name attribute of the HTML element. This tag will generate a String containing a reference to the BPM Object attribute, preceded by the string "name=". If the optional attribute onlyName is set to true, the string "name=" will no be added.
You can access the BPM Object attribute in exactly the same way you do in Java or PBL by using EL (Expression Language).

Example:

To store the value entered in a textarea in the attribute telephoneNumber:

<textarea <f:fieldName att="person.telephoneNumber"/>/>
<textarea/>


Attributes
NameRequiredRequest-timeTypeDescription
atttruetruejava.lang.StringThe BPM Object attribute to associate to the HTML element. This attribute is accessed through an instance of a BPM Object.
onlyNamefalsetruebooleanIf set to false does not concatenate "name=" to the generated String. This is useful for HTML elements that need a reference to the BPM Object attribute's value but do not accept a "name" attribute.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.