BBJSP COMMAND:Messages Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, this tag can be used in a BBJSPBBJSP Page for writing out the appropriate message after a command was executed.
The message bound to the supplied key will be bound to the specified id in the BBjspPageContext.
Attributes
| 
                                                         Attribute Name  | 
                                                    
                                                         Description  | 
                                                    
                                                         Required  | 
                                                    
                                                         Expression  | 
                                                    
                                                         Data Type  | 
                                                
|---|---|---|---|---|
| 
                                                         id  | 
                                                    
                                                         The ID to bind the message to  | 
                                                    
                                                         true  | 
                                                    
                                                         false  | 
                                                    
                                                         String  | 
                                                
| 
                                                         key  | 
                                                    
                                                         The message key  | 
                                                    
                                                         false  | 
                                                    
                                                         true  | 
                                                    
                                                         String  | 
                                                
| 
                                                         withKeys  | 
                                                    
                                                         A comma separated list of keys to check  | 
                                                    
                                                         false  | 
                                                    
                                                         false  | 
                                                    
                                                         String  | 
                                                
| 
                                                         withoutKeys  | 
                                                    
                                                         A comma separated list of keys to ignore  | 
                                                    
                                                         false  | 
                                                    
                                                         false  | 
                                                    
                                                         String  | 
                                                
Remarks
None.
Example
                                                     | 
                                                
See Also
QueryTag