This component defines an input parameter in a page context.
Attributes | ||
mandatory
String
|
Name |
The parameter name. At any time in the page context, the parameter value can be retrieved using HttpServletRequest.getParameter(name). |
optional
boolean
|
Optional |
Defines whether this parameter is optional. Default: false. |