
BBjHttpRequest::getParameterValues
Description
In BBj 12.0 and later, this method returns all of the parameter values associated with this parameter name.
Syntax
Return Value |
Method |
getParameterValues(string name) |
Parameters
None.
Return Value
a BBjVector containing the parameters' values
Remarks
The example below shows getting the parameters and their values from a request within a BBjServlet.
Example
REM
Obtain the instance of the BBjAPI object |