setValue(String) method
Set the value to this output attribute, and also persist the value to the session variable using the name specified in the output textbox field.
Syntax
Syntax
public void setValue (String value) throws DBException
Parameters
- value string value to be set on the output attribute
Exceptions
- DBException Exception when setting the session variable to datasource
Remarks
By default, the output textbox is set to the ID of this output attribute.