BBjspCommandResult::addMessage (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher this method adds a message to this BBjspCommandResult which will be available to other BBJSPPage that renders after the command was executed.
Syntax
Return Value |
Method |
void |
addMessage(string key, string message) |
Parameters
Variable |
Description |
key |
the key to to store |
message |
the message |
Return Value
None.
Remarks
None.
Example
|