BBJSP CORE:IfEmpty Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, the ifempty tag can be used within a BBJSP Page to control the conditional rendering of the tag body if the data is empty.
The data can be a BBjVector, a Map, including BBjspHashMap or a String.
If the data value of null() is considered empty.
Attributes
| 
                                                         Attribute Name  | 
                                                    
                                                         Description  | 
                                                    
                                                         Required  | 
                                                    
                                                         Expression  | 
                                                    
                                                         Data Type  | 
                                                
|---|---|---|---|---|
| 
                                                         data  | 
                                                    
                                                         the data attribute should evaluate to an object.  | 
                                                    
                                                         true  | 
                                                    
                                                         true  | 
                                                    
                                                         int  | 
                                                
Remarks
The Core Tag Library library needs to be referenced in the BBJSP Page
Example
                                                     |