In BBj 16.0 and higher, the template tag can be used in a BBJSP Page to allow easy use of fields held in a BBjTemplatedString.
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
data |
the data attribute should evaluate to a value representative of the template. |
false |
true |
String |
id |
the id attribute specifies the name of the value to be stored in the BBjspPageContext. |
true |
true |
String |
template |
the template attribute format for the data attribute . |
false |
false |
String |
The Core Tag Library library needs to be referenced in the BBJSP Page
This example demonstrates using the <c:out> tag to output a value from a BBjTemplatedString .
|