BBJSP JSON:Integer Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, the integer tag can be used within a BBJSP Page to create an integer attribute within an <JSON.Object>.
Attributes
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
name |
Identifies this <JSON.Integer> within a JSON Object. |
true |
true |
String |
value |
the value attribute will be evaluated to generate an integer property in the JSON <JSON.Object> |
true |
true |
Object |
Remarks
The JSON Tag Library needs to be referenced in the BBJSP Page
Example
|