Attributes |
Name | Required | Request-time | Type | Description |
v | false | true | java.lang.String | The value to print, including symbolic variables ( @{bean.attriute}, @{bean.column}, @{bean}, @{.attriute}, etc ) |
data | false | true | java.lang.String | The data logical name ( current bean property or bean.property ) |
scope | false | true | java.lang.String | The scope where to search the data bean ( 'screen', 'screen-attributes', 'screen-elements', 'request', 'screen-session', 'session', 'screen-application', 'application' ). The 'screen' scope is available only in actions requests (not in service requests). |
col | false | true | java.lang.String | The number of the column containing the value (usable only in a DataSet iteration) |
default | false | true | java.lang.String | The default value (used if required value is null) |
format | false | true | java.lang.String | The format to apply on the value |