BBJSP CORE:LessThan Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, the equal tag can be used within a BBJSP Page to compare two values and if they are equal then the body of the tag will be processed to write text to the resulting HTML output that will be sent to the client browser.
Attributes
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
value1 |
the value1 attribute the first value to be used in the comparison. |
true |
true |
String |
valuee |
the value2 attribute the second value to be used in the comparison. |
true |
true |
String |
Remarks
The Core Tag Library library needs to be referenced in the BBJSP Page
Example
|