In BBj 16.0 and later, this method returns the value of the named request parameter as a string.
Return Value |
Method |
String |
getParameter(string name) |
Variable |
Description |
name |
The name of the parameter to retrieve |
a string containing the parameters' value
The example below shows getting the parameters and their values from a request within a BBJSP Servlet.
This example demonstrates how this works in a BBJSP web-page
|
This example demonstrates how this works in a BBJSP servlet
|