Identifies a servlet bean input parameter; or defines a page parameter.
<dsp:param name="sbparam-name"sbparam-value/><dsp:param name="pgparam-name"pgparam-value/>
Attributes
name (servlet bean)
Identifies an input parameter that is defined for the current servlet bean. For information on input parameters for specific servlet beans, see Appendix B: ATG Servlet Beans.
name (page parameter)
Defines a page parameter that is accessible to the current JSP and embedded child pages. For more information, see Page Parameters.
sbparam-value
Specifies the input parameter’s value in one of the following ways:
Attribute | Description |
|---|---|
| Sets the parameter to the specified property, where
|
| Sets the parameter to the value of the page parameter
|
| Sets the parameter to a static value. For example:
|
The parameter value specification can also include a tag converter such as Date or Nullable. For more information, see Tag Converters.
pgparam-value
Specifies the page parameter’s value in one of the following ways:
Attribute | Description |
|---|---|
| Sets the parameter to a property value, where
|
| Sets the parameter from the page parameter
|
| Sets the parameter to a static value. For example:
|

