BBJSP CORE:Map Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, the map tag can be used in a BBJSP BBJSP Page to access data held within a HashMap.
Attributes
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
data |
should evaluate to a HashMap that contains the data. |
true |
true |
|
keys |
specifies in the name of the attribute to set in the BBjspPageContext that will contain a BBjVector of the key values. |
false |
true |
String |
values |
specifies in the name of the attribute to set in the BBjspPageContext that will contain a BBjVector of the values. |
false |
true |
String |
Remarks
The Core Tag Library library needs to be referenced in the BBJSP Page
Example
|