
<CORE:GreaterThanOrEqual>
Description
In BBj 16.0 and higher, the equal tag can be used within a BBJSPBBJSP 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 |
value2 |
the value2 attribute the second value to be used in the comparison. |
true |
true |
String |
Remarks
The Core Tag Library needs to be referenced in the BBJSP Page
Example
<!DOCTYPE
html/> |