getTextFieldValue

Convenience method to obtain only the first value found for the given text field name. This is typically used if it is known that only one value exists for the text field name.

Syntax:

java.lang.String getTextFieldValue(java.lang.String fieldName)

Parameters:

Returns:

Single string value, or empty string if none exists.

Messaging API

Using the Messaging JavaBean