BBJSP CORE:GreaterThan Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, the greaterthan tag can be used within a BBJSP Page to compare two string values and if value1 is greater than value 2 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 library needs to be referenced in the BBJSP Page
This is a string comparison so "5" is greater than "10"
Example
                                                     |