Identifies a servlet bean input parameter; or defines a page parameter.

<dsp:param name="sbparam-namesbparam-value /><dsp:param name="pgparam-namepgparam-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.

sbparam-value

Specifies the input parameter’s value in one of the following ways:

The parameter value specification can also include a tag converter, such as date or null. For more information, see Tag Converters in Chapter 2.

pgparam-value

Specifies the page parameter’s value in one of the following ways:

Usage Notes

dsp:param can define two types of parameters:

 
loading table of contents...