BBJSP CORE:Set Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, the set tag can be used within a BBJSP Page to bind some data to a named attribute in the BBjspPageContext.
Attributes
| 
                                                         Attribute Name  | 
                                                    
                                                         Description  | 
                                                    
                                                         Required  | 
                                                    
                                                         Expression  | 
                                                    
                                                         Data Type  | 
                                                
|---|---|---|---|---|
| 
                                                         value  | 
                                                    
                                                         the value attribute is the value that should be bound to the name in the BBjspPageContext.  | 
                                                    
                                                         true  | 
                                                    
                                                         true  | 
                                                    
                                                         Object  | 
                                                
| 
                                                         var  | 
                                                    
                                                         the var attribute is the name to bind to a value in the BBjspPageContext.  | 
                                                    
                                                         true  | 
                                                    
                                                         true  | 
                                                    
                                                         String  | 
                                                
Remarks
The Core Tag Library library needs to be referenced in the BBJSP Page
Example
                                                     |