Class ParamTag

  • All Implemented Interfaces:
    Serializable, BodyTag, IterationTag, JspTag, Tag

    public class ParamTag
    extends BodyTagSupport
    The <param> tag collects name-value parameters and passes them to a ParamAware ancestor in the tag hierarchy.

    This tag must be nested under a param aware tag.

    Attribute Summary
    AttributeRequired?Runtime Expression?Description
    nametruetrueThe name of the parameter.
    valuefalsetrueThe value of the parameter.
    Since:
    3.0
    Author:
    Scott Andrews, Nicholas Williams
    See Also:
    Param, UrlTag, Serialized Form