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. For more information, see Page Parameters.

sbparam-value

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

Attribute

Description

bean="prop-spec"

Sets the parameter to the specified property, where prop-spec includes the Nucleus path, component name, and property name. For example:

<dsp:param name="repository"
bean="/atg/dynamo/droplet/PossibleValues.repository/>

param="pName"

Sets the parameter to the value of the page parameter pName. For example:

<dsp:param name="propertyName" param="element.repositoryId"/>

value="value"

Sets the parameter to a static value. For example:

<dsp:param name="sortProperties" value="date"/>

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

beanvalue="prop-spec"

Sets the parameter to a property value, where prop-spec includes a Nucleus path, component name, and property name. For example:

beanvalue="FreshmanScience.name"

paramvalue="pName"

Sets the parameter from the page parameter pName. For example:

paramvalue="name"

value="value"

Sets the parameter to a static value. For example:

value="Bartleby Scrivener


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices