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