template:serviceParameter

Includes the file denoted by the value of the request attribute defined by the name attribute. Typically, this tag is used inside a JSP file that is called from a "template:call" tag that includes a template:param name="xxx" file="yyy" tag. In this case, a template:serviceParameter name="xxx" would include the "yyy" file.

See also

template:call, template:parameter

Syntax
<template:serviceParameter
   name="..."/>
Attributes
name, mandatory

The name of the attribute that holds the name of the file to service. Normally, this attribute is set from a template:param file="something" tag in the calling JSP file.